aboutsummaryrefslogtreecommitdiff
path: root/nixops/ldap_authorized_keys.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nixops/ldap_authorized_keys.sh')
-rwxr-xr-xnixops/ldap_authorized_keys.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/ldap_authorized_keys.sh b/nixops/ldap_authorized_keys.sh
index e8d7a64..ceaddbe 100755
--- a/nixops/ldap_authorized_keys.sh
+++ b/nixops/ldap_authorized_keys.sh
@@ -45,7 +45,7 @@ clean_key_line() {
45} 45}
46 46
47ldap_search() { 47ldap_search() {
48 $LDAPSEARCH -h $LDAP_HOST -b $LDAP_BASE -D $LDAP_BIND -w "$LDAP_PASS" -x -o ldif-wrap=no -LLL "$@" 48 $LDAPSEARCH -h $LDAP_HOST -ZZ -b $LDAP_BASE -D $LDAP_BIND -w "$LDAP_PASS" -x -o ldif-wrap=no -LLL "$@"
49} 49}
50 50
51ldap_keys() { 51ldap_keys() {