From 661fc5b0f2a191838e031173bfed813cc865f5fe Mon Sep 17 00:00:00 2001 From: Chris Church Date: Tue, 10 Sep 2013 04:40:33 -0400 Subject: [PATCH] AC-156. Update to default LDAP settings. --- awx/settings/local_settings.py.example | 4 ++-- config/deb/settings.py | 4 ++-- config/rpm/settings.py | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/awx/settings/local_settings.py.example b/awx/settings/local_settings.py.example index ab7a8885cb..01b37dfd44 100644 --- a/awx/settings/local_settings.py.example +++ b/awx/settings/local_settings.py.example @@ -189,11 +189,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/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).