mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Solved ldap reference bug for nextcloud and cleaned up
This commit is contained in:
		| @@ -27,7 +27,7 @@ plugin_configuration: | ||||
|   - | ||||
|     appid: "user_ldap" | ||||
|     configkey: "s01ldap_backup_port" | ||||
|     configvalue: "{{ ports.localhost.ldap.openldap }}" # This is just optimized for local port @todo implement for external ports as well | ||||
|     configvalue: "{{ ports.localhost.ldap.ldap }}" # This is just optimized for local port @todo implement for external ports as well | ||||
|  | ||||
|   - | ||||
|     appid: "user_ldap" | ||||
| @@ -103,7 +103,7 @@ plugin_configuration: | ||||
|   - | ||||
|     appid: "user_ldap" | ||||
|     configkey: "s01ldap_host" | ||||
|     configvalue: "openldap" | ||||
|     configvalue: "{{ldap.server.domain}}" | ||||
|   - | ||||
|     appid: "user_ldap" | ||||
|     configkey: "s01ldap_login_filter" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user