mirror of
https://github.com/ansible/awx.git
synced 2026-05-24 00:57:48 -02:30
AC-156. Update to default LDAP settings.
This commit is contained in:
@@ -189,11 +189,11 @@ AUTH_LDAP_GROUP_TYPE = ActiveDirectoryGroupType()
|
|||||||
|
|
||||||
# Group DN required to login. If specified, user must be a member of this
|
# Group DN required to login. If specified, user must be a member of this
|
||||||
# group to login via LDAP.
|
# 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
|
# Group DN denied from login. If specified, user will not be allowed to login
|
||||||
# if a member of this group.
|
# 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,
|
# User profile flags updated from group membership (key is user attribute name,
|
||||||
# value is group DN).
|
# value is group DN).
|
||||||
|
|||||||
@@ -125,11 +125,11 @@ AUTH_LDAP_GROUP_TYPE = ActiveDirectoryGroupType()
|
|||||||
|
|
||||||
# Group DN required to login. If specified, user must be a member of this
|
# Group DN required to login. If specified, user must be a member of this
|
||||||
# group to login via LDAP.
|
# 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
|
# Group DN denied from login. If specified, user will not be allowed to login
|
||||||
# if a member of this group.
|
# 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,
|
# User profile flags updated from group membership (key is user attribute name,
|
||||||
# value is group DN).
|
# value is group DN).
|
||||||
|
|||||||
@@ -125,11 +125,11 @@ AUTH_LDAP_GROUP_TYPE = ActiveDirectoryGroupType()
|
|||||||
|
|
||||||
# Group DN required to login. If specified, user must be a member of this
|
# Group DN required to login. If specified, user must be a member of this
|
||||||
# group to login via LDAP.
|
# 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
|
# Group DN denied from login. If specified, user will not be allowed to login
|
||||||
# if a member of this group.
|
# 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,
|
# User profile flags updated from group membership (key is user attribute name,
|
||||||
# value is group DN).
|
# value is group DN).
|
||||||
|
|||||||
Reference in New Issue
Block a user