mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-02 07:02:02 +02:00
Removed setting of password
This commit is contained in:
parent
bdc0074542
commit
ff2b402ea7
@ -45,7 +45,6 @@
|
||||
$s->ldap_server = "{{ ldap.server.uri }}";
|
||||
$s->ldap_port = {{ ldap.server.port }};
|
||||
$s->ldap_uname = "{{ ldap.dn.administrator.data }}";
|
||||
$s->ldap_pword = "{{ ldap.bind_credential }}";
|
||||
$s->ldap_basedn = "{{ ldap.dn.users }}";
|
||||
$s->ldap_filter = "&(objectClass=inetOrgPerson)";
|
||||
$s->ldap_username_field = "{{ ldap.attributes.user_id }}";
|
||||
|
Loading…
x
Reference in New Issue
Block a user