Update files/ldap-ssh-key.sh

This commit is contained in:
William Mantly 2025-03-05 03:02:41 +00:00
parent f6162be2e1
commit 66a6c2f817

View File

@ -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}}" \