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/scripts/list | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 services/accounts/scripts/list (limited to 'services/accounts/scripts/list') diff --git a/services/accounts/scripts/list b/services/accounts/scripts/list new file mode 100755 index 0000000..de99c6a --- /dev/null +++ b/services/accounts/scripts/list @@ -0,0 +1,4 @@ +#!/bin/sh + +ldapsearch -x -D "cn=ldap-admins,dc=internetsafetylabs,dc=org" -w secret -b "dc=internetsafetylabs,dc=org" + -- cgit 1.4.1