Forum Discussion
maurox_59221
Nimbostratus
Oct 22, 2013Ldap query from ltm
Hi all,
I'm searching an irule that would direct all the authenticated users (that belong to a specific group defined on the ldap profile/object) to a specific pool.
All the others users (that aren't...
Kevin_Stewart
Employee
Oct 31, 2013If you're talking about a query that entails a simple "if exists" check, or at best a single value lookup, then a data group of 1000 or more entries is both fast and efficient. So depending on what you're querying on in the request, the iRule would look something like this:
when HTTP_REQUEST {
if { [class match $value_from_uri equals my_datagroup] } {
do something here
}
}
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