Changeset 880 for server/doc
- Timestamp:
- Nov 14, 2008, 4:18:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/doc/HOWTO-SETUP-LDAP
r862 r880 13 13 - Apply ./fedora-ds-enable-ssl-and-kerberos.diff manually 14 14 - /sbin/service dirsrv stop 15 - Add the scripts schemas to /var/lib/dirsrv/slapd-scripts 15 16 - wget http://web.mit.edu/geofft/Public/scripts-ca.pem 16 17 - certutil -d /etc/dirsrv/slapd-scripts -A -n "scripts.mit.edu CA" -t CT,, -a -i scripts-ca.pem … … 22 23 - chown fedora-ds:fedora-ds /var/tmp/dirsrv 23 24 - /sbin/service dirsrv restart 25 - Use ldapvi -b cn=config to add these indexes: 26 27 add cn=apacheServerName, cn=index, cn=userRoot, cn=ldbm database, cn=plugins, cn=config 28 objectClass: top 29 objectClass: nsIndex 30 cn: apacheServerName 31 nsSystemIndex: false 32 nsIndexType: eq 33 nsIndexType: pres 34 35 add cn=apacheServerAlias, cn=index, cn=userRoot, cn=ldbm database, cn=plugins, cn=config 36 objectClass: top 37 objectClass: nsIndex 38 cn: apacheServerAlias 39 nsSystemIndex: false 40 nsIndexType: eq 41 nsIndexType: pres 42 43 - Build the indexes with: 44 - /usr/lib64/dirsrv/slapd-scripts/db2index.pl -D "cn=Directory Manager" -j /etc/signup-ldap-pw -n userRoot -t apacheServerName 45 - Watch the progress with: ldapsearch -x -y /etc/signup-ldap-pw -D 'cn=Directory Manager' -b cn=tasks,cn=config 46 - Wait for it to finish before: 47 - /usr/lib64/dirsrv/slapd-scripts/db2index.pl -D "cn=Directory Manager" -j /etc/signup-ldap-pw -n userRoot -t apacheServerAlias 24 48 25 49 - Set up replication:
Note: See TracChangeset
for help on using the changeset viewer.