-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuring AWX to connect to Active Directory #496
Comments
Are there plans in future releases to have a test button either on the page or test upon save? |
@zs-jaggaer The test on save feature has been discussed, but I don't see a specific issue for it (yet). May be included as part of #306? To turn on additional logging for LDAP, look at http://docs.ansible.com/ansible-tower/latest/html/administration/ldap_auth.html#enabling-logging-for-ldap -- you can add this setting in any |
I use the following for AD, ignore the OU examples they're a bit janky: Sub Category: LDAP Server URI:
LDAP Bind DN:
LDAP Bind Password
LDAP User DN Template: LDAP Group Type: LDAP Require Group:
LDAP Deny Group: LDAP Start TLS: LDAP User Search
LDAP Group Search
LDAP User Attribute Map
LDAP User Flags by Group
LDAP Organization Map
LDAP Team Map
|
The "save" button is grey even I finished all the fields. Does anyone meet the same situation? |
What version of AWX have you deployed? |
I am running the latest version of AWX. I will try the setup above. Thanks everyone for the feedback |
@zs-jaggaer I was able to setup LDAP authentication using the setup provided above. At first I kept getting a failed to map the username to a DN error and the logs would show that zero objects were returned. I had not set LDAP Require Group thinking it was not needed. Once I set that along with the other settings everything worked perfectly. Thank you @dandandanp ! |
Looks like we're in good shape? I'm going to close this one... let us know if there's more needed. |
fix a bug when Tower is integrated with ipsilon SAML server
@dandandanp if i dont have service account and want to use it for all users what is the best way to do ?? can you reply. |
When you use Active directory, you can to try LDAP Group Type "ActiveDirectoryGroupType". In my case, MemberDNSGroupType doesn't work. |
ISSUE TYPE
COMPONENT NAME
SUMMARY
I am attempting to setup ldap integrations to our AD. With the setup there is no feature to allow me to get feedback in regards to errors when querying AD. I am only allowed to save. So far, I have been unsuccessful in configuring this auth mechanism. Do you have additional documentation with steps on setting this up?
ENVIRONMENT
STEPS TO REPRODUCE
Log into AWX, Settings, Authentication, LDAP
EXPECTED RESULTS
Connection to Active Directory
ACTUAL RESULTS
ADDITIONAL INFORMATION
The text was updated successfully, but these errors were encountered: