mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Implemented OIDC für LDAP
This commit is contained in:
		| @@ -146,7 +146,7 @@ return array ( | ||||
|     // | ||||
|     // The `id` attribute in `oidc_login_attributes` must return the | ||||
|     // "Internal Username" (see expert settings in LDAP integration) | ||||
|     'oidc_login_proxy_ldap' => {{applications[application_id].features.ldap | string | lower}}, | ||||
|     'oidc_login_proxy_ldap' => {{ applications | is_feature_enabled('ldap',application_id) | string | lower }}, | ||||
|  | ||||
|     // Disable creation of users new to Nextcloud from OIDC login. | ||||
|     // A user may be known to the IdP but not (yet) known to Nextcloud. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user