diff options
| author | Irene Knapp <ireneista@internetsafetylabs.org> | 2025-10-22 15:43:40 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@internetsafetylabs.org> | 2025-10-22 15:57:24 -0700 |
| commit | 9b5b4138aea712da6bebbb6cd41834ca40b76e09 (patch) | |
| tree | b3fa8ad75fce472a7000d3804b7b7a6d28a35b7e /services/accounts/openldap.nix | |
| parent | 5f64a5b957ee1045f211a1282b2dc732385d41f4 (diff) | |
update user account name fields
Change-Id: Iff6c4537d3ad9513a7ef77c96d6400213e726918
Diffstat (limited to 'services/accounts/openldap.nix')
| -rw-r--r-- | services/accounts/openldap.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |