diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-10-22 18:22:26 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-10-23 15:42:04 +1100 |
commit | a84abe7053b92de23612ded9c459ba8c76bcc567 (patch) | |
tree | f4a9260c3382bacd0266140a73be4e18b6a368bd /source4/setup | |
parent | b392116c1f85faa365e714bc442447513557d768 (diff) | |
download | samba-a84abe7053b92de23612ded9c459ba8c76bcc567.tar.gz samba-a84abe7053b92de23612ded9c459ba8c76bcc567.tar.bz2 samba-a84abe7053b92de23612ded9c459ba8c76bcc567.zip |
s4:setup Mark 'cn' in secrets as case insensitive
While this does not matter very much, others may later expect 'cn' to be case
insensitive.
Andrew Bartlett
Diffstat (limited to 'source4/setup')
-rw-r--r-- | source4/setup/secrets_init.ldif | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/setup/secrets_init.ldif b/source4/setup/secrets_init.ldif index eb423a5122..00a25a3ece 100644 --- a/source4/setup/secrets_init.ldif +++ b/source4/setup/secrets_init.ldif @@ -4,6 +4,7 @@ dn: @INDEXLIST @IDXATTR: realm dn: @ATTRIBUTES +cn: CASE_INSENSITIVE realm: CASE_INSENSITIVE flatname: CASE_INSENSITIVE sAMAccountName: CASE_INSENSITIVE |