summaryrefslogtreecommitdiffstats
path: root/tests/test26-schema-single/dse.ldif
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test26-schema-single/dse.ldif')
-rw-r--r--tests/test26-schema-single/dse.ldif16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/test26-schema-single/dse.ldif b/tests/test26-schema-single/dse.ldif
new file mode 100644
index 0000000..87adac9
--- /dev/null
+++ b/tests/test26-schema-single/dse.ldif
@@ -0,0 +1,16 @@
+dn: ou=people, cn=Schema Compatibility, cn=plugins, cn=config
+objectClass: top
+objectClass: extensibleObject
+ou: people
+schema-compat-container-group: cn=compatpeople, dc=example, dc=com
+schema-compat-search-base: cn=Users, cn=Accounts, dc=example, dc=com
+schema-compat-search-filter: objectclass=posixAccount
+schema-compat-entry-rdn: uid=%{uid}
+schema-compat-entry-attribute: objectclass=posixAccount
+schema-compat-entry-attribute: gecos=%{cn}
+schema-compat-entry-attribute: cn=%{cn}
+schema-compat-entry-attribute: uidNumber=%{uidNumber}
+schema-compat-entry-attribute: gidNumber=%{gidNumber}
+schema-compat-entry-attribute: loginShell=%{loginShell}
+schema-compat-entry-attribute: homeDirectory=%{homeDirectory}
+