I’m new to Ansible and looking for some help setting up LDAP authentication for Ansible Tower. I am using Ansible AWX - is it okay to ask support questions here?
If so: I’ve not been able to sign into Ansible Tower AWX using Domain Credentials. How can I troubleshoot this? Are there Ansible log files somewhere that might be helpful?
Below is a screenshot of my Ansible AWX LDAP setup, Can anyone spot where I am going wrong?
Note: on this machine I have a command called “ldapsearch” which can be used to query ldap. My queries are successful like this:
[root@ansible-awx tmp]# ldapsearch -x -H ldap://ad01.dpptoronto.com -D “CN=ldapuser,CN=Users,DC=toronto,DC=com” -W ldapuser
So why isn’t Ansible Tower AWX able to use LDAP? When you sign into Tower is it in the form username/domain , or do you just use username? I’ve tried both. How do I troubleshoot?
Any help would be greatly appreciated!!