Document initial database contents
[mirror/dsa-puppet.git] / modules / roles / templates / sso / slapd-ftmg.conf.erb
index dd03f10..7198eee 100644 (file)
@@ -25,3 +25,21 @@ access to attrs=userPassword
 access to *
         by anonymous auth
         by * break
+
+# This is the initial database added with slapadd:
+# =====================
+# dn: dc=ftmg,dc=sso,dc=debian,dc=org
+# objectClass: domain
+# dc: ftmg
+#
+# dn: cn=root,dc=ftmg,dc=sso,dc=debian,dc=org
+# objectClass: organizationalRole
+# description: database root access role
+#
+# dn: cn=admin,dc=ftmg,dc=sso,dc=debian,dc=org
+# objectClass: organizationalRole
+# objectClass: simpleSecurityObject
+# description: service admin
+# userPassword: {crypt}*
+#
+# =====================