summaryrefslogtreecommitdiffstats
path: root/ldap/ldif
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2007-10-01 15:59:35 +0000
committerNathan Kinder <nkinder@redhat.com>2007-10-01 15:59:35 +0000
commit7187fbb41da8bdb6bcc3ae6fcaa95d9fa1521bea (patch)
tree64a379939eadeaa530a7f8354a855034a7038458 /ldap/ldif
parent8a754337756c31ae30eee959145bf58bdcac9251 (diff)
downloadds-7187fbb41da8bdb6bcc3ae6fcaa95d9fa1521bea.tar.gz
ds-7187fbb41da8bdb6bcc3ae6fcaa95d9fa1521bea.tar.xz
ds-7187fbb41da8bdb6bcc3ae6fcaa95d9fa1521bea.zip
Resolves: 311851
Summary: Added container entries for sasl mappings.
Diffstat (limited to 'ldap/ldif')
-rw-r--r--ldap/ldif/template-sasl.ldif.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/ldap/ldif/template-sasl.ldif.in b/ldap/ldif/template-sasl.ldif.in
index 0455a956..c9421815 100644
--- a/ldap/ldif/template-sasl.ldif.in
+++ b/ldap/ldif/template-sasl.ldif.in
@@ -1,4 +1,14 @@
# replace the Suffix token with your suffix e.g. dc=example,dc=com
+dn: cn=sasl,cn=config
+objectClass: top
+objectClass: nsContainer
+cn: sasl
+
+dn: cn=mapping,cn=sasl,cn=config
+objectClass: top
+objectClass: nsContainer
+cn: mapping
+
dn: cn=Kerberos uid mapping,cn=mapping,cn=sasl,cn=config
objectClass: top
objectClass: nsSaslMapping