From fd8daefd703cf621859984d01a639c07a6e4de8a Mon Sep 17 00:00:00 2001 From: andrug <andrug@localhost> Date: Fri, 18 Jan 2008 14:19:52 +0000 Subject: [PATCH] add testcase for issue 423 Static Group Nesting Support --- opends/tests/functional-tests/shared/data/groups/groups.ldif | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/opends/tests/functional-tests/shared/data/groups/groups.ldif b/opends/tests/functional-tests/shared/data/groups/groups.ldif index f60c625..86fd894 100644 --- a/opends/tests/functional-tests/shared/data/groups/groups.ldif +++ b/opends/tests/functional-tests/shared/data/groups/groups.ldif @@ -70,6 +70,13 @@ member: uid=user_09,ou=static,dc=groups,dc=com member: uid=user_10,ou=static,dc=groups,dc=com +dn: cn=my_staticgroup3,dc=groups,dc=com +cn: my_staticgroup3 +objectclass: top +objectClass: groupOfNames +description: this is the description of my_staticgroup3 +member: cn=my_staticgroup2,dc=groups,dc=com + dn: cn=my_dynamicgroup1,dc=groups,dc=com cn: my_dynamicgroup1 objectclass: top -- Gitblit v1.10.0