Forum Discussion
Seclab_Supporto
Nimbostratus
Jun 28, 2010Intercept LDAP password expired
Hi all,
I perform LDAP authentication with a custom iRule.
I need to intercept when LDAP password has expired.... and then perform a redirect to an application to reset the password.
Someone can hel...
hoolio
Cirrostratus
Jun 29, 2010No problem. Can you remove the $ from the array name?
if {[AUTH::response_data] ne ""}{
Save the response data to an array
array set auth_response_data [AUTH::response_data]
Loop through the array and print out the names and values
foreach name [array names auth_response_data] {
log local0. "$name = $auth_response_data($name)"
}
} else {
log local0. "\[AUTH::response_data\] is null"
}
Aaron
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