diff options
author | Chris Church <chris@ninemoreminutes.com> | 2013-09-10 10:40:33 +0200 |
---|---|---|
committer | Chris Church <chris@ninemoreminutes.com> | 2013-09-10 10:40:33 +0200 |
commit | 661fc5b0f2a191838e031173bfed813cc865f5fe (patch) | |
tree | ecaa1990ac27d81711d6cc8d94cfaa1ed164986e /config | |
parent | AC-156. Expose user_ldap_fields via API config to indicate which fields shoul... (diff) | |
download | awx-661fc5b0f2a191838e031173bfed813cc865f5fe.tar.xz awx-661fc5b0f2a191838e031173bfed813cc865f5fe.zip |
AC-156. Update to default LDAP settings.
Diffstat (limited to 'config')
-rw-r--r-- | config/deb/settings.py | 4 | ||||
-rw-r--r-- | config/rpm/settings.py | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config/deb/settings.py b/config/deb/settings.py index 106923af11..318de15b02 100644 --- a/config/deb/settings.py +++ b/config/deb/settings.py @@ -125,11 +125,11 @@ AUTH_LDAP_GROUP_TYPE = ActiveDirectoryGroupType() # Group DN required to login. If specified, user must be a member of this # group to login via LDAP. -AUTH_LDAP_REQUIRE_GROUP = '' +#AUTH_LDAP_REQUIRE_GROUP = '' # Group DN denied from login. If specified, user will not be allowed to login # if a member of this group. -AUTH_LDAP_DENY_GROUP = '' +#AUTH_LDAP_DENY_GROUP = '' # User profile flags updated from group membership (key is user attribute name, # value is group DN). diff --git a/config/rpm/settings.py b/config/rpm/settings.py index 106923af11..318de15b02 100644 --- a/config/rpm/settings.py +++ b/config/rpm/settings.py @@ -125,11 +125,11 @@ AUTH_LDAP_GROUP_TYPE = ActiveDirectoryGroupType() # Group DN required to login. If specified, user must be a member of this # group to login via LDAP. -AUTH_LDAP_REQUIRE_GROUP = '' +#AUTH_LDAP_REQUIRE_GROUP = '' # Group DN denied from login. If specified, user will not be allowed to login # if a member of this group. -AUTH_LDAP_DENY_GROUP = '' +#AUTH_LDAP_DENY_GROUP = '' # User profile flags updated from group membership (key is user attribute name, # value is group DN). |