diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-08-21 12:59:16 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-08-21 12:59:16 +1000 |
commit | 8237c0ba83e2b47bb7879ba68d3a50da887397b6 (patch) | |
tree | 8bd7e744edac2f2ee1cb1a0c9c9cef55f5eaeb40 /source4/setup | |
parent | fa3f3bee83821c8f2fd154f98fd97fec527d3da7 (diff) | |
download | samba-8237c0ba83e2b47bb7879ba68d3a50da887397b6.tar.gz samba-8237c0ba83e2b47bb7879ba68d3a50da887397b6.tar.bz2 samba-8237c0ba83e2b47bb7879ba68d3a50da887397b6.zip |
The index handling is now configured from the schema load, not by a
template.
Andrew Bartlett
(This used to be commit b36c6a21ad12fdc1b53efdc3f29cde7614b4fa9e)
Diffstat (limited to 'source4/setup')
-rw-r--r-- | source4/setup/provision_index.ldif | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/source4/setup/provision_index.ldif b/source4/setup/provision_index.ldif deleted file mode 100644 index 95970817f3..0000000000 --- a/source4/setup/provision_index.ldif +++ /dev/null @@ -1,19 +0,0 @@ -dn: @INDEXLIST -@IDXATTR: name -@IDXATTR: cn -@IDXATTR: userPrincipalName -@IDXATTR: servicePrincipalName -@IDXATTR: sAMAccountName -@IDXATTR: objectSid -@IDXATTR: objectCategory -@IDXATTR: member -@IDXATTR: uidNumber -@IDXATTR: gidNumber -@IDXATTR: unixName -@IDXATTR: privilege -@IDXATTR: nCName -@IDXATTR: lDAPDisplayName -@IDXATTR: subClassOf -@IDXATTR: dnsRoot -@IDXATTR: nETBIOSName -@IDXATTR: objectGUID |