Adding ldap indices 6.0: Difference between revisions

No edit summary
Line 19: Line 19:
  olcDbIndex: uidNumber eq
  olcDbIndex: uidNumber eq
  olcDbIndex: gidNumber eq
  olcDbIndex: gidNumber eq
  olcDbIndex: memberUID eq
  olcDbIndex: memberUid eq


4) Press Control-D to finish the modification.
4) Press Control-D to finish the modification.

Revision as of 15:26, 25 August 2009


Adding custom LDAP Indices

Sometimes, when using things like the NIS and Samba functionality with ZCS, it is desired to add additional indices to the LDAP database. To do this requires manual modification of the configuration using ldapmodify commands. For example, to add the necessary indices for the NIS functionality, one would do the following on each LDAP server as the zimbra user:

1) Get the ldap_root_password value

zmlocalconfig -s ldap_root_password

2) Start the modification:

ldapmodify -x -H ldapi:/// -D cn=config -W

This will prompt for the password. Enter the value for ldap_root_password

3) Modify the configuration database with the new indices. Which DN to use depends on whether or not this is either (A) a master with replica(s) or (B) a stand-alone master or a replica. For (A), the DN to modify is olcDatabase={3}hdb,cn=config. For (B), the DN to modify is olcDatabase={2}hdb,cn=config. For this example, we'll assume case (B). Enter the following text to add the indices:

dn: olcDatabase={2}hdb,cn=config
changetype:modify
add: olcDbIndex
olcDbIndex: uidNumber eq
olcDbIndex: gidNumber eq
olcDbIndex: memberUid eq

4) Press Control-D to finish the modification.

5) The LDAP server will automatically kick off a task to start indexing the attributes specified. Alternatively, you can stop slapd and run slapdindex manually. Note that you can use slapindex to only add an index for specific attributes with 6.0

/opt/zimbra/openldap/sbin/slapindex -F /opt/zimbra/data/ldap/config -b "" uidNumber gidNumber memberUID
Verified Against: Zimbra Collaboration Suite 6.0 Date Created: 6/8/2009
Article ID: https://wiki.zimbra.com/index.php?title=Adding_ldap_indices_6.0 Date Modified: 2009-08-25



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »

Jump to: navigation, search