diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-16 17:58:40 +0000 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-16 17:58:40 +0000 |
commit | fad84e2662e877a122cbca8752fb1407f085a00b (patch) | |
tree | 40e2ad38403bcd099ee5baa011b0478bb10057b2 | |
parent | d63d6ad0d968bef4ee349e458da39e620353083a (diff) | |
download | kcmldapcontroller-fad84e2662e877a122cbca8752fb1407f085a00b.tar.gz kcmldapcontroller-fad84e2662e877a122cbca8752fb1407f085a00b.zip |
Enable substring index on uid
-rw-r--r-- | confskel/openldap/ldif/olcDatabase.ldif | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/confskel/openldap/ldif/olcDatabase.ldif b/confskel/openldap/ldif/olcDatabase.ldif index b9b68ec..12ee550 100644 --- a/confskel/openldap/ldif/olcDatabase.ldif +++ b/confskel/openldap/ldif/olcDatabase.ldif @@ -40,7 +40,7 @@ olcDbIndex: objectClass eq olcDbIndex: krb5PrincipalName eq,pres olcDbIndex: cn eq,pres,subinitial olcDbIndex: mail eq,pres -olcDbIndex: uid pres,eq +olcDbIndex: uid pres,eq,sub olcDbIndex: uidNumber eq olcDbIndex: gidNumber eq olcDbLinearIndex: FALSE |