diff options
| author | Robert Orr <robert@coffeezombie.com> | 2025-10-16 11:12:14 -0700 |
|---|---|---|
| committer | Robert Orr <robert@coffeezombie.com> | 2025-10-17 11:37:58 -0700 |
| commit | 7987c3d069ea6c2adb3c06d4bada0cef1121948b (patch) | |
| tree | 6ced64e6a150f5fd4d8d72194258a8655eeb7d7d /services/accounts/scripts/add | |
| parent | aad528d1b211e64ffe3f5688c141d442d7fa081a (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/scripts/add')
| -rwxr-xr-x | services/accounts/scripts/add | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/services/accounts/scripts/add b/services/accounts/scripts/add new file mode 100755 index 0000000..c7ec98d --- /dev/null +++ b/services/accounts/scripts/add @@ -0,0 +1,4 @@ +#!/bin/sh + +ldapadd -x -D "cn=ldap-admins,dc=internetsafetylabs,dc=org" -w secret -f ISL.ldif + |