Skip to content

Commit

Permalink
Fix no display error
Browse files Browse the repository at this point in the history
  • Loading branch information
sargreal committed Sep 19, 2019
1 parent 9654f78 commit 0f0612a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/ldif/add.ldif
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dn: ou=aclroles,{{ LDAP_BASE_DN }}
objectClass: organizationalUnit
ou: aclroles

dn: uid=fd-admin,ou=people,{{ LDAP_BASE_DN }}
dn: uid=fd-admin,{{ LDAP_BASE_DN }}
objectClass: inetOrgPerson
objectClass: organizationalPerson
objectClass: person
Expand Down

0 comments on commit 0f0612a

Please sign in to comment.