Propose fix typos (#1897)

This commit is contained in:
John Eismeier
2018-02-21 12:39:29 -05:00
committed by Jeremy Stretch
parent 77349a2d2d
commit 0d3cf16dce
3 changed files with 5 additions and 5 deletions

View File

@@ -87,7 +87,7 @@ AUTH_LDAP_USER_ATTR_MAP = {
from django_auth_ldap.config import LDAPSearch, GroupOfNamesType
# This search ought to return all groups to which the user belongs. django_auth_ldap uses this to determine group
# heirarchy.
# hierarchy.
AUTH_LDAP_GROUP_SEARCH = LDAPSearch("dc=example,dc=com", ldap.SCOPE_SUBTREE,
"(objectClass=group)")
AUTH_LDAP_GROUP_TYPE = GroupOfNamesType()