Ignore:
Timestamp:
Jun 27, 2012, 9:56:41 PM (12 years ago)
Author:
ezyang
Message:
Updates to install documentation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fc17-dev/server/doc/install-ldap

    r2230 r2241  
     1# b
    12# To set up a new LDAP server:
    23
     
    1415
    1516# Move the schema back
    16 cp -R /etc/dirsrv/slapd-scripts.bak/{.svn,*} /etc/dirsrv/slapd-scripts
     17cp -R /etc/dirsrv/slapd-scripts.bak/* /etc/dirsrv/slapd-scripts
    1718rm -Rf /etc/dirsrv/slapd-scripts.bak
    1819
    1920# Check and make sure the sysconfig references the correct keytab
    20 /etc/sysconfig/dirsrv-scripts
     21svn revert /etc/sysconfig/dirsrv-scripts
    2122
    2223# Turn dirsrv off:
     
    224225nsDS5ReplicaBindDN: uid=ldap/shining-armor.mit.edu,ou=People,dc=scripts,dc=mit,dc=edu
    225226nsDS5ReplicaBindDN: uid=ldap/golden-egg.mit.edu,ou=People,dc=scripts,dc=mit,dc=edu
     227nsDS5ReplicaBindDN: uid=ldap/miracle-cure.mit.edu,ou=People,dc=scripts,dc=mit,dc=edu
     228nsDS5ReplicaBindDN: uid=ldap/lucky-star.mit.edu,ou=People,dc=scripts,dc=mit,dc=edu
    226229nsds5ReplicaPurgeDelay: 604800
    227230nsds5ReplicaLegacyConsumer: off
Note: See TracChangeset for help on using the changeset viewer.