summary refs log tree commit diff
path: root/services/accounts/ldif/ISL.ldif
diff options
context:
space:
mode:
authorRobert Orr <robert@coffeezombie.com>2025-10-16 11:12:14 -0700
committerRobert Orr <robert@coffeezombie.com>2025-10-17 11:37:58 -0700
commit7987c3d069ea6c2adb3c06d4bada0cef1121948b (patch)
tree6ced64e6a150f5fd4d8d72194258a8655eeb7d7d /services/accounts/ldif/ISL.ldif
parentaad528d1b211e64ffe3f5688c141d442d7fa081a (diff)
Modify openldap.nix to get rid of tabs.
First try at openldap configuration. also an initial ISL.ldif and some example ldif and a list of commands that work when run on the server itself. Also, some different example ldif files

Change-Id: I0d702410fbf5a6aa4c626e4f1fc233bb72bad4e5
Diffstat (limited to 'services/accounts/ldif/ISL.ldif')
-rw-r--r--services/accounts/ldif/ISL.ldif48
1 files changed, 48 insertions, 0 deletions
diff --git a/services/accounts/ldif/ISL.ldif b/services/accounts/ldif/ISL.ldif
new file mode 100644
index 0000000..0220904
--- /dev/null
+++ b/services/accounts/ldif/ISL.ldif
@@ -0,0 +1,48 @@
+# internetsafetylabs.org
+dn: dc=internetsafetylabs,dc=org
+objectClass: domain
+dc: internetsafetylabs
+
+dn: ou=people,dc=internetsafetylabs,dc=org
+objectClass: organizationalUnit
+ou: people
+
+dn: ou=staff,ou=people,dc=internetsafetylabs,dc=org
+objectClass: organizationalUnit
+ou: staff
+
+dn: ou=contributors,ou=people,dc=internetsafetylabs,dc=org
+objectClass: organizationalUnit
+ou: contributors
+
+dn: ou=inspectors,ou=people,dc=internetsafetylabs,dc=org
+objectClass: organizationalUnit
+ou: inspectors
+
+dn: ou=groups,dc=internetsafetylabs,dc=org
+objectClass: organizationalUnit
+ou: groups
+
+dn: ou=services,dc=internetsafetylabs,dc=org
+objectClass: organizationalUnit
+ou: services
+
+# -------
+
+dn: uid=irenes,ou=staff,ou=people,dc=internetsafetylabs,dc=org
+objectClass: person
+objectClass: organizationalPerson
+objectClass: inetOrgPerson
+cn: Irene Knapp
+sn: Knapp
+uid: irenes
+mail: ireneista@internetsafetylabs.org
+
+dn: uid=rorr,ou=contributors,ou=people,dc=internetsafetylabs,dc=org
+objectClass: person
+objectClass: organizationalPerson
+objectClass: inetOrgPerson
+cn: Robert Orr
+sn: Orr
+uid: rorr
+mail: robert@coffeezombie.com