diff options
Diffstat (limited to 'tests/test09-schema-modrdn-entry/dse.ldif')
-rw-r--r-- | tests/test09-schema-modrdn-entry/dse.ldif | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test09-schema-modrdn-entry/dse.ldif b/tests/test09-schema-modrdn-entry/dse.ldif index 316e1f5..5cf59d2 100644 --- a/tests/test09-schema-modrdn-entry/dse.ldif +++ b/tests/test09-schema-modrdn-entry/dse.ldif @@ -2,10 +2,10 @@ dn: cn=compat-passwd,cn=Schema Compatibility,cn=plugins,cn=config objectClass: top objectClass: extensibleObject cn: compat-passwd -schema-compat-container-group: cn=compat, cn=Accounts, dc=example, dc=com +schema-compat-container-group: cn=compat,cn=Accounts,dc=example,dc=com schema-compat-container-rdn: ou=passwd schema-compat-check-access: yes -schema-compat-search-base: cn=Users1, cn=Accounts, dc=example, dc=com +schema-compat-search-base: cn=Users1,cn=Accounts,dc=example,dc=com schema-compat-search-filter: (objectClass=posixAccount) schema-compat-entry-rdn: uid=%{uid} schema-compat-entry-attribute: uidNumber=%{uidNumber} |