From 66a6c2f817c12a3180de8661e3929b2c68c9c4f0 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Wed, 5 Mar 2025 03:02:41 +0000 Subject: [PATCH] Update files/ldap-ssh-key.sh --- files/ldap-ssh-key.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/ldap-ssh-key.sh b/files/ldap-ssh-key.sh index af101ad..f9f7d5e 100644 --- a/files/ldap-ssh-key.sh +++ b/files/ldap-ssh-key.sh @@ -1,6 +1,6 @@ #!/bin/bash -ldapsearch -H "{{ldap_host}}" \ +ldapsearch -H "ldap://{{ldap_host}}" \ -D "{{ldap_bind_dn}}" \ -w "{{ldap_bind_password}}" \ -b "ou=People,{{ldap_base_dn}}" \