summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2010-11-19 17:24:05 -0500
committerNalin Dahyabhai <nalin@redhat.com>2010-11-19 17:24:05 -0500
commit3224bd9febcff79c83913b97418526e19cbe5caf (patch)
tree3aaa0b347b447fd92577f9e2bad22f62d25fdeed
parentdce4b1dde9fea771196cdd8d5456e274766349d6 (diff)
downloadslapi-nis-3224bd9febcff79c83913b97418526e19cbe5caf.tar.gz
slapi-nis-3224bd9febcff79c83913b97418526e19cbe5caf.tar.xz
slapi-nis-3224bd9febcff79c83913b97418526e19cbe5caf.zip
- make sure we have some schema definitions
-rw-r--r--tests/config/schema/00core.ldif1
-rw-r--r--tests/config/schema/20subscriber.ldif2
-rw-r--r--tests/config/schema/99sch.ldif5
3 files changed, 5 insertions, 3 deletions
diff --git a/tests/config/schema/00core.ldif b/tests/config/schema/00core.ldif
index 610d471..b3fb9da 100644
--- a/tests/config/schema/00core.ldif
+++ b/tests/config/schema/00core.ldif
@@ -433,6 +433,7 @@ 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 780332e..838a21a 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' 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' EQUALITY distinguishedNameMatch 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' )
diff --git a/tests/config/schema/99sch.ldif b/tests/config/schema/99sch.ldif
index b084c1e..f6c193c 100644
--- a/tests/config/schema/99sch.ldif
+++ b/tests/config/schema/99sch.ldif
@@ -1,6 +1,7 @@
dn: cn=schema
attributetypes: ( 1.3.6.1.4.1.2312.4.1.99999 NAME 'allHostsFlag' DESC 'switch: all hosts are members?' EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE )
attributetypes: ( 1.3.6.1.4.1.2312.4.1.99998 NAME 'allUsersFlag' DESC 'switch: all users are members?' EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE )
-attributeTypes: ( 1.3.6.1.4.1.2312.4.1.99997 NAME 'memberUsers' SUP distinguishedName EQUALITY distinguishedNameMatch )
-attributeTypes: ( 1.3.6.1.4.1.2312.4.1.99996 NAME 'memberHosts' SUP distinguishedName EQUALITY distinguishedNameMatch )
+attributeTypes: ( 1.3.6.1.4.1.2312.4.1.99997 NAME 'memberUsers' SUP distinguishedName EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
+attributeTypes: ( 1.3.6.1.4.1.2312.4.1.99996 NAME 'memberHosts' SUP distinguishedName EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
+attributeTypes: ( 1.3.6.1.4.1.2312.4.1.99995 NAME 'fqdn' SUP commonName EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )