From 7987c3d069ea6c2adb3c06d4bada0cef1121948b Mon Sep 17 00:00:00 2001 From: Robert Orr Date: Thu, 16 Oct 2025 11:12:14 -0700 Subject: 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 --- services/accounts/ldif/examples/ldap-root.ldif | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 services/accounts/ldif/examples/ldap-root.ldif (limited to 'services/accounts/ldif/examples/ldap-root.ldif') diff --git a/services/accounts/ldif/examples/ldap-root.ldif b/services/accounts/ldif/examples/ldap-root.ldif new file mode 100644 index 0000000..8c4cfb1 --- /dev/null +++ b/services/accounts/ldif/examples/ldap-root.ldif @@ -0,0 +1,7 @@ +dn: olcDatabase={1}mdb,cn=config +changetype: modify +replace: olcRootDN +olcRootDN: cn=admin,dc=internetsafetylabs,dc=org +- +replace: olcRootPW +olcRootPW: secret -- cgit 1.4.1