Changeset 1473 for trunk/server/doc/HOWTO-SETUP-LDAP
- Timestamp:
- Feb 19, 2010, 3:44:47 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/doc/HOWTO-SETUP-LDAP
r1296 r1473 45 45 nsIndexType: pres 46 46 47 - Build the indexes with: 48 - /usr/lib64/dirsrv/slapd-scripts/db2index.pl -D "cn=Directory Manager" -j /etc/signup-ldap-pw -n userRoot -t apacheServerName 49 - Watch the progress with: ldapsearch -x -y /etc/signup-ldap-pw -D 'cn=Directory Manager' -b cn=tasks,cn=config 50 - Wait for it to finish before: 51 - /usr/lib64/dirsrv/slapd-scripts/db2index.pl -D "cn=Directory Manager" -j /etc/signup-ldap-pw -n userRoot -t apacheServerAlias 47 add cn=scriptsVhostName, cn=index, cn=userRoot, cn=ldbm database, cn=plugins, cn=config 48 objectClass: top 49 objectClass: nsIndex 50 cn: scriptsVhostName 51 nsSystemIndex: false 52 nsIndexType: eq 53 nsIndexType: pres 54 55 add cn=scriptsVhostAlias, cn=index, cn=userRoot, cn=ldbm database, cn=plugins, cn=config 56 objectClass: top 57 objectClass: nsIndex 58 cn: scriptsVhostAlias 59 nsSystemIndex: false 60 nsIndexType: eq 61 nsIndexType: pres 62 63 add cn=memberuid, cn=index, cn=userRoot, cn=ldbm database, cn=plugins, cn=config 64 objectClass: top 65 objectClass: nsIndex 66 cn: memberuid 67 nsSystemIndex: false 68 nsIndexType: eq 69 nsIndexType: pres 70 71 add cn=uidnumber, cn=index, cn=userRoot, cn=ldbm database, cn=plugins, cn=config 72 objectClass: top 73 objectClass: nsIndex 74 cn: uidnumber 75 nsSystemIndex: false 76 nsIndexType: eq 77 nsIndexType: pres 78 79 add cn=gidnumber, cn=index, cn=userRoot, cn=ldbm database, cn=plugins, cn=config 80 objectClass: top 81 objectClass: nsIndex 82 cn: gidnumber 83 nsSystemIndex: false 84 nsIndexType: eq 85 nsIndexType: pres 86 87 - Build the indexes for all the fields: 88 89 /usr/lib64/dirsrv/slapd-scripts/db2index.pl -D "cn=Directory Manager" -j /etc/signup-ldap-pw -n userRoot 90 91 - Watch for the indexing operations to finish with this command: 92 93 ldapsearch -x -y /etc/signup-ldap-pw -D 'cn=Directory Manager' -b cn=tasks,cn=config 52 94 53 95 - Set up replication:
Note: See TracChangeset
for help on using the changeset viewer.