mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 03:53:50 +00:00 
			
		
		
		
	ldap: Add advanced LDAP realm access control.
This allows access to be more configurable than just setting one attribute. This can be configured by setting the setting AUTH_LDAP_ADVANCED_REALM_ACCESS_CONTROL.
This commit is contained in:
		| @@ -63,6 +63,7 @@ AUTH_LDAP_ALWAYS_UPDATE_USER = False | ||||
| # Detailed docs in zproject/dev_settings.py. | ||||
| FAKE_LDAP_MODE: Optional[str] = None | ||||
| FAKE_LDAP_NUM_USERS = 8 | ||||
| AUTH_LDAP_ADVANCED_REALM_ACCESS_CONTROL = None | ||||
|  | ||||
| # Social auth; we support providing values for some of these | ||||
| # settings in zulip-secrets.conf instead of settings.py in development. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user