Forum Discussion
Steve_Brown_882
Jun 09, 2009Historic F5 Account
ldap / AD authentication
Hello All,
I am looking for some help getting AD authentication to work. I have been working on this for a few weeks off and on and I just can't seem to make it work as expected.
...
Erki_Märks_2779
Nimbostratus
Oct 22, 2009bind dn "user,... should look like ou=People,dc=test,dc=ee
You could always use ldapsearch or smth to verify that the base dn etc are correctly set: ldapsearch -h ldaphost -b "ou=People,dc=test,dc=ee" -x "samaccountname=test"
I got ldap authentication to work with the wollowing profile:
auth ldap test_ldap_conf {
search base dn "DC=test,DC=ee"
bind dn "user@domain"
bind pw "password"
search timeout 10
bind timeout 10
filter "company=test"
login attr "samAccountName"
servers {
"xxx.xxx.xxx.xxx"
"xxx.xxx.xxx.xxx"
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
