Forum Discussion
pcastagnaro_709
Nimbostratus
Apr 30, 2013Issue Using Remote LDAP Authentication
I configured BIG-IP to access LDAP users following the official tutorial (http://support.f5.com/kb/en-us/products/big-ip_ltm/manuals/product/ltm-implementations-11-3-0/31.html) but when it dis...
Kevin_Stewart
Employee
May 03, 2013What happens if you apply the default _sys_auth_ldap iRule to the LDAP auth profile?
Also try this - edit the existing iRule and add a log statement to your AUTH_RESULT event:
when AUTH_RESULT {
log local0. "AUTH status = [AUTH::status]"
if { [AUTH::status] != 0 } {
HTTP::respond 401
} else {
HTTP::release
}
}
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