add temp comment for ldap host option

This commit is contained in:
Noah Masur 2024-03-26 12:23:41 -04:00
parent 5d34ed5a68
commit 82f7da5858

View File

@ -16,6 +16,10 @@
ldap_dc_2 = "t${magic_number}";
ldap_dc_3 = magic_end_seq;
ldap_script = pkgs.writeShellScriptBin "ldap" ''
# if ! [ "$LDAP_HOST" ]; then
# echo "No LDAP_HOST specified!"
# exit 1
# fi
SEARCH_FILTER="$@"
ldapsearch -LLL \
-B -o ldif-wrap=no \