mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +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_2 = "t${magic_number}";
|
||||||
ldap_dc_3 = magic_end_seq;
|
ldap_dc_3 = magic_end_seq;
|
||||||
ldap_script = pkgs.writeShellScriptBin "ldap" ''
|
ldap_script = pkgs.writeShellScriptBin "ldap" ''
|
||||||
|
# if ! [ "$LDAP_HOST" ]; then
|
||||||
|
# echo "No LDAP_HOST specified!"
|
||||||
|
# exit 1
|
||||||
|
# fi
|
||||||
SEARCH_FILTER="$@"
|
SEARCH_FILTER="$@"
|
||||||
ldapsearch -LLL \
|
ldapsearch -LLL \
|
||||||
-B -o ldif-wrap=no \
|
-B -o ldif-wrap=no \
|
||||||
|
Loading…
Reference in New Issue
Block a user