From 7c59521991c01393353bab759a4ca94036390d1b Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Fri, 19 Nov 2010 14:03:23 -0500 Subject: - also set an equality for memberUsers --- tests/config/schema/99sch.ldif | 1 + 1 file changed, 1 insertion(+) 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 ) -- cgit