mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Removed setting of password
This commit is contained in:
		| @@ -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 }}"; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user