Forum Discussion
Ldap query from ltm
Hi Kevin,
I've already tested t the ACCESS::disable command, but something on the logic seemed wrong.
This irule where inserted above the irule with the regex (2 irule on this VIP):
when HTTP_REQUEST {
if {!([HTTP::uri] contains "User")}{
log local0. "we are here"
ACCESS::disable
pool pool-activesync
}
}
I've also tried without the pool but nothing has changed:
when HTTP_REQUEST {
if {!([HTTP::uri] contains "User")}{
log local0. "we are here"
ACCESS::disable
}
}
This request is something unique for the first request. The device call the activeserversync server (without passing the user), the server asks for the credentials and the device send them on the URI (at least the User info that we need for the regex on the 2nd irule )
Thank for you help,
Mauro
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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