How to integrate AWX to Windows Active directory.

897 views
Skip to first unread message

Anburaj Palraj

unread,
Feb 18, 2020, 11:56:36 AM2/18/20
to AWX Project
Hi team,

I would like to integrate AWX to Windows Active directory. So kindly share if there is any good documentation to refer to. 

mike.charchuk

unread,
Feb 18, 2020, 12:03:07 PM2/18/20
to Anburaj Palraj, AWX Project
--
You received this message because you are subscribed to the Google Groups "AWX Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to awx-project...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/09838e65-04e5-44b1-9037-1c14a61bf41b%40googlegroups.com.

Angel Rengifo Cancino

unread,
Feb 18, 2020, 7:11:20 PM2/18/20
to Anburaj Palraj, AWX Project
Go to Settings -> Authentication -> LDAP and complete the appropriate values. These fields might be needed depending on your environment:

LDAP SERVER URI: ldap://IP
LDAP BIND DN: CN=User,OU=Users,DC=example,DC=COM
LDAP GROUP TYPE: ActiveDirectoryGroupType
LDAP USER SEARCH:
[
 "OU=GMD Users,DC=example,DC=com",
 "SCOPE_SUBTREE",
 "(userPrincipalName=%(user)s)"
]
LDAP GROUP SEARCH:
[
 "DC=example,DC=com",
 "SCOPE_SUBTREE",
 "(objectClass=group)"
]
LDAP USER ATTRIBUTE MAP:
{
 "first_name": "givenName",
 "last_name": "sn",
 "email": "mail"
}

Your AD might require TLS for authentication, maybe. Hope it helps

On Tue, Feb 18, 2020 at 11:56 AM Anburaj Palraj <anbur...@gmail.com> wrote:
Hi team,

I would like to integrate AWX to Windows Active directory. So kindly share if there is any good documentation to refer to. 

--

Anburaj Palraj

unread,
Feb 24, 2020, 8:05:52 AM2/24/20
to AWX Project
Hi Mike,

Thank you very much. Now I have learned how to integrate AWX to Windows active directory and how to allow/restrict to AWX organization/projects.

Anburaj Palraj

unread,
Feb 24, 2020, 8:07:56 AM2/24/20
to AWX Project
Thank you Angel for your help/support.

Now am able to integrate AWX with windows active directory.

Reply all
Reply to author
Forward
0 new messages