Explorar o código

mentioned support of nested groups in LDAP installation documentation.

Lars Hartmann %!s(int64=8) %!d(string=hai) anos
pai
achega
466ab0b404
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      docs/installation/ldap.md

+ 2 - 0
docs/installation/ldap.md

@@ -78,6 +78,8 @@ AUTH_LDAP_USER_ATTR_MAP = {
 ```
 ```
 
 
 # User Groups for Permissions
 # User Groups for Permissions
+!!! Info
+    When using Microsoft Active Directory, Support for nested Groups can be activated by using `GroupOfNamesType()` instead of `NestedGroupOfNamesType()` for AUTH_LDAP_GROUP_TYPE.
 
 
 ```python
 ```python
 from django_auth_ldap.config import LDAPSearch, GroupOfNamesType
 from django_auth_ldap.config import LDAPSearch, GroupOfNamesType