diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-09-28 17:08:17 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:20:26 -0500 |
commit | 736e797983d8fa5bd7467a1d47bd137290abb478 (patch) | |
tree | 6c2d7542433de6c3ea0c317bbf35ae61d8a90894 /source4/setup | |
parent | c2a2c2456d807784bdacb9e088044a85fe278315 (diff) | |
download | samba-736e797983d8fa5bd7467a1d47bd137290abb478.tar.gz samba-736e797983d8fa5bd7467a1d47bd137290abb478.tar.bz2 samba-736e797983d8fa5bd7467a1d47bd137290abb478.zip |
r18979: With these extra indexes (also added for the normal case) and a
DB_CONFIG file, we now get reasonable enought performance to pass
'make test' against OpenLDAP.
We do have to double the maximum runtime for the torture client however.
Andrew Bartlett
(This used to be commit 5b3c8cc036c1180c9e96d9aaacd3f2e0a83460e5)
Diffstat (limited to 'source4/setup')
-rw-r--r-- | source4/setup/provision_init.ldif | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/setup/provision_init.ldif b/source4/setup/provision_init.ldif index d893819336..a703251783 100644 --- a/source4/setup/provision_init.ldif +++ b/source4/setup/provision_init.ldif @@ -12,6 +12,8 @@ dn: @INDEXLIST @IDXATTR: nCName @IDXATTR: lDAPDisplayName @IDXATTR: subClassOf +@IDXATTR: dnsRoot +@IDXATTR: nETBIOSName dn: @ATTRIBUTES userPrincipalName: CASE_INSENSITIVE |