diff options
Diffstat (limited to 'services')
| -rw-r--r-- | services/accounts/ldif/ISL.ldif | 4 | ||||
| -rw-r--r-- | services/accounts/openldap.nix | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/services/accounts/ldif/ISL.ldif b/services/accounts/ldif/ISL.ldif index 0220904..8fd49d8 100644 --- a/services/accounts/ldif/ISL.ldif +++ b/services/accounts/ldif/ISL.ldif @@ -33,7 +33,8 @@ dn: uid=irenes,ou=staff,ou=people,dc=internetsafetylabs,dc=org objectClass: person objectClass: organizationalPerson objectClass: inetOrgPerson -cn: Irene Knapp +cn: Irenes +givenName: Irene sn: Knapp uid: irenes mail: ireneista@internetsafetylabs.org @@ -43,6 +44,7 @@ objectClass: person objectClass: organizationalPerson objectClass: inetOrgPerson cn: Robert Orr +givenName: Robert sn: Orr uid: rorr mail: robert@coffeezombie.com diff --git a/services/accounts/openldap.nix b/services/accounts/openldap.nix index 479aebc..6cdadd9 100644 --- a/services/accounts/openldap.nix +++ b/services/accounts/openldap.nix @@ -116,7 +116,7 @@ # This is needed because the memberof overlay has to do its # changes as a DN. - olcRootDN = "cn=ldap-admins,dc=internetsafetylabs,dc=org"; + olcRootDN = "uid=root,dc=internetsafetylabs,dc=org"; # This should probably be commented out when there's nothing # horrible going on. It's important for bootstrapping and for |