diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-09-13 08:13:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:58:42 -0500 |
commit | 9d3f614ea4f10d9b08d92c89df0b1e4b00e7bdfa (patch) | |
tree | a585194bdeb8b4bc40204760be1843d3d8117de2 | |
parent | 43acd52ed9654cfbe83af21a2f209a7015caa67a (diff) | |
download | samba-9d3f614ea4f10d9b08d92c89df0b1e4b00e7bdfa.tar.gz samba-9d3f614ea4f10d9b08d92c89df0b1e4b00e7bdfa.tar.bz2 samba-9d3f614ea4f10d9b08d92c89df0b1e4b00e7bdfa.zip |
r2313: Make these attributes case insensitive in the default provision.ldif
Andrew Bartlett
(This used to be commit e7115c6b95e221f0bf4e3a5d02ae356738b2ebd5)
-rw-r--r-- | source4/provision.ldif | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/provision.ldif b/source4/provision.ldif index 444f7185bd..573d2fd67d 100644 --- a/source4/provision.ldif +++ b/source4/provision.ldif @@ -5,6 +5,9 @@ dn: @INDEXLIST @IDXATTR: objectClass dn: @ATTRIBUTES +realm: CASE_INSENSITIVE +userPrincipalName: CASE_INSENSITIVE +servicePrincipalName: CASE_INSENSITIVE name: CASE_INSENSITIVE WILDCARD sAMAccountName: CASE_INSENSITIVE WILDCARD objectClass: CASE_INSENSITIVE |