From f1b1815142de28ee56b3fda66132da1c5da2893c Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Tue, 17 Jan 2012 16:09:36 -0500 Subject: - whoops, mep needs the container to be there --- tests/test28-schema-modify-entry/userRoot.ldif | 5 +++++ tests/test29-schema-modify-entry/userRoot.ldif | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/tests/test28-schema-modify-entry/userRoot.ldif b/tests/test28-schema-modify-entry/userRoot.ldif index 59a1577..80ce9ac 100644 --- a/tests/test28-schema-modify-entry/userRoot.ldif +++ b/tests/test28-schema-modify-entry/userRoot.ldif @@ -10,6 +10,11 @@ objectClass: top objectClass: nsContainer cn: groups +# managed-groups, accounts, example.com +dn: cn=managed-groups,cn=accounts,dc=example,dc=com +objectClass: nsContainer +cn: managed-groups + # tuser1, users, accounts, example.com dn: uid=tuser1,cn=users,cn=accounts,dc=example,dc=com uid: tuser1 diff --git a/tests/test29-schema-modify-entry/userRoot.ldif b/tests/test29-schema-modify-entry/userRoot.ldif index 59a1577..80ce9ac 100644 --- a/tests/test29-schema-modify-entry/userRoot.ldif +++ b/tests/test29-schema-modify-entry/userRoot.ldif @@ -10,6 +10,11 @@ objectClass: top objectClass: nsContainer cn: groups +# managed-groups, accounts, example.com +dn: cn=managed-groups,cn=accounts,dc=example,dc=com +objectClass: nsContainer +cn: managed-groups + # tuser1, users, accounts, example.com dn: uid=tuser1,cn=users,cn=accounts,dc=example,dc=com uid: tuser1 -- cgit