summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2010-11-22 10:59:41 -0500
committerNalin Dahyabhai <nalin@redhat.com>2010-11-22 10:59:41 -0500
commit36ab51ed90303787670711c1be6b9b5564267635 (patch)
treedb045ba4e38a0d9b68fef7423ef462b383f649be
parent0c0069064579363ceb76f65342177a91743bfb6b (diff)
downloadslapi-nis-36ab51ed90303787670711c1be6b9b5564267635.tar.gz
slapi-nis-36ab51ed90303787670711c1be6b9b5564267635.tar.xz
slapi-nis-36ab51ed90303787670711c1be6b9b5564267635.zip
- okay, revert the local changes for these, which turn out to not be necessary
-rw-r--r--tests/config/schema/00core.ldif2
-rw-r--r--tests/config/schema/20subscriber.ldif2
2 files changed, 1 insertions, 3 deletions
diff --git a/tests/config/schema/00core.ldif b/tests/config/schema/00core.ldif
index b3fb9da..87f1463 100644
--- a/tests/config/schema/00core.ldif
+++ b/tests/config/schema/00core.ldif
@@ -432,8 +432,6 @@ attributeTypes: ( 2.5.4.7 NAME ( 'l' 'locality' 'localityname' )
#
attributeTypes: ( 2.5.4.31 NAME 'member'
SUP distinguishedName
- EQUALITY distinguishedNameMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
X-ORIGIN 'RFC 4519' )
#
################################################################################
diff --git a/tests/config/schema/20subscriber.ldif b/tests/config/schema/20subscriber.ldif
index 838a21a..780332e 100644
--- a/tests/config/schema/20subscriber.ldif
+++ b/tests/config/schema/20subscriber.ldif
@@ -44,7 +44,7 @@
# Administrator schema file.
#
dn: cn=schema
-attributetypes: ( 1.2.840.113556.1.2.102 NAME 'memberOf' DESC 'Group that the entry belongs to' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'Netscape Delegated Administrator' )
+attributetypes: ( 1.2.840.113556.1.2.102 NAME 'memberOf' DESC 'Group that the entry belongs to' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'Netscape Delegated Administrator' )
attributetypes: ( 2.16.840.1.113730.3.1.601 NAME 'adminRole' DESC 'Administrative role' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'Netscape Delegated Administrator' )
attributeTypes: ( 1.3.6.1.4.1.1466.101.120.41 NAME 'parentOrganization' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'Netscape' )
attributeTypes: ( 1.3.6.1.4.1.1466.101.120.42 NAME 'preferredLocale' DESC 'preferred locale for a person' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'Netscape' )