From 9d3f614ea4f10d9b08d92c89df0b1e4b00e7bdfa Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 13 Sep 2004 08:13:44 +0000 Subject: r2313: Make these attributes case insensitive in the default provision.ldif Andrew Bartlett (This used to be commit e7115c6b95e221f0bf4e3a5d02ae356738b2ebd5) --- source4/provision.ldif | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/provision.ldif') 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 -- cgit