Browse Source

Merge pull request #1524 from larsuhartmann/develop

mentioned support of nested groups in LDAP installation documentation.
Jeremy Stretch 8 năm trước cách đây
mục cha
commit
b454ac9ce5
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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
+!!! 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
 from django_auth_ldap.config import LDAPSearch, GroupOfNamesType