From 82f7da5858a4de27b9da151947d0459f0d1e471f Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Tue, 26 Mar 2024 12:23:41 -0400 Subject: [PATCH] add temp comment for ldap host option --- modules/common/shell/work.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/common/shell/work.nix b/modules/common/shell/work.nix index ea600ba..b8b6544 100644 --- a/modules/common/shell/work.nix +++ b/modules/common/shell/work.nix @@ -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 \