summary refs log tree commit diff
path: root/services/accounts
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@internetsafetylabs.org>2025-10-22 16:40:28 -0700
committerIrene Knapp <ireneista@internetsafetylabs.org>2025-10-22 16:40:28 -0700
commit6dbe70dc2debd429b57b5b1f426227da5b8e4cd7 (patch)
treebf350190e65943e261048a5ffd31aae8b764a271 /services/accounts
parent9b5b4138aea712da6bebbb6cd41834ca40b76e09 (diff)
add some bootstrap groups
Change-Id: Ie821c8b8a87622c79a5d7a3b92670dbdf430b896
Diffstat (limited to 'services/accounts')
-rw-r--r--services/accounts/ldif/ISL.ldif17
1 files changed, 17 insertions, 0 deletions
diff --git a/services/accounts/ldif/ISL.ldif b/services/accounts/ldif/ISL.ldif
index 8fd49d8..523c9bc 100644
--- a/services/accounts/ldif/ISL.ldif
+++ b/services/accounts/ldif/ISL.ldif
@@ -48,3 +48,20 @@ givenName: Robert
 sn: Orr
 uid: rorr
 mail: robert@coffeezombie.com
+
+dn: cn=ldap-admins,ou=groups,dc=internetsafetylabs,dc=org
+objectClass: groupOfNames
+cn: ldap-admins
+member: uid=irenes,ou=staff,ou=people,dc=internetsafetylabs,dc=org
+
+dn: uid=authelia,ou=services,dc=internetsafetylabs,dc=org
+objectClass: account
+objectClass: simpleSecurityObject
+uid: authelia
+userPassword:
+
+dn: cn=ldap-frontends,ou=groups,dc=internetsafetylabs,dc=org
+objectClass: groupOfNames
+cn: ldap-frontends
+member: uid=authelia,ou=services,dc=internetsafetylabs,dc=org
+