mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-05 18:01:40 +02:00
Refactored ldap implementation for ssh keys
This commit is contained in:
@@ -182,7 +182,7 @@ LDAP_PORT="{{ldap.server.port}}"
|
||||
LDAP_METHOD=
|
||||
LDAP_UID={{ldap.attributes.user_id}}
|
||||
LDAP_BASE="{{ldap.dn.root}}"
|
||||
LDAP_BIND_DN="{{ldap.dn.administrator}}"
|
||||
LDAP_BIND_DN="{{ldap.dn.administrator.data}}"
|
||||
LDAP_AUTH=password
|
||||
LDAP_PASSWORD="{{ldap.bind_credential}}"
|
||||
LDAP_ROLE_FIELD=
|
||||
|
Reference in New Issue
Block a user