summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2010-11-19 14:03:23 -0500
committerNalin Dahyabhai <nalin@redhat.com>2010-11-19 14:03:23 -0500
commit7c59521991c01393353bab759a4ca94036390d1b (patch)
tree9aa7c96868783819c65a3483c4f29820f780dc0f
parent08de7f07e72734b5685bc5a0e14e2f994f0166f7 (diff)
downloadslapi-nis-7c59521991c01393353bab759a4ca94036390d1b.tar.gz
slapi-nis-7c59521991c01393353bab759a4ca94036390d1b.tar.xz
slapi-nis-7c59521991c01393353bab759a4ca94036390d1b.zip
- also set an equality for memberUsers
-rw-r--r--tests/config/schema/99sch.ldif1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/config/schema/99sch.ldif b/tests/config/schema/99sch.ldif
index ab989ad..e4ced8c 100644
--- a/tests/config/schema/99sch.ldif
+++ b/tests/config/schema/99sch.ldif
@@ -1,4 +1,5 @@
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 )