mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 14:35:37 +00:00
add temp comment for ldap host option
This commit is contained in:
parent
5d34ed5a68
commit
82f7da5858
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user