diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-06-25 05:03:29 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:47 -0500 |
commit | 3284fe857153819f0b51062b728609f73cd49a5a (patch) | |
tree | 9de39cf610f94996b669bf85640c0252104ed1d4 | |
parent | b28e9274667a9a71eed1205904306b9e0b677fb6 (diff) | |
download | samba-3284fe857153819f0b51062b728609f73cd49a5a.tar.gz samba-3284fe857153819f0b51062b728609f73cd49a5a.tar.bz2 samba-3284fe857153819f0b51062b728609f73cd49a5a.zip |
r7900: the existing ltdb indexing code does in fact cope with binary fields, so re-enable
indexing on objectSid
(This used to be commit 5781c83ba4ef919520e9668a40aafc8f74fe5700)
-rw-r--r-- | source4/setup/provision.ldif | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/setup/provision.ldif b/source4/setup/provision.ldif index ce6d349aca..c3968495e4 100644 --- a/source4/setup/provision.ldif +++ b/source4/setup/provision.ldif @@ -1,7 +1,7 @@ dn: @INDEXLIST @IDXATTR: name @IDXATTR: sAMAccountName -@IDXATTR: objectSid_DISABLED_BY_TRIDGE +@IDXATTR: objectSid @IDXATTR: objectClass @IDXATTR: member @IDXATTR: unixID |