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
Nov 20, 2013First thing, if this is a web-based application, then you probably don't need the ACCESS::session create function. This is done automatically when the browser connects. What you should probably do instead is capture the username in the URI, assuming it's coming in the first request, from the ACCESS_SESSION_STARTED event. Something like this:
when ACCESS _SESSION _STARTED {
set username [whatever function you use to extract value from URI]
ACCESS::session data set session.custom.username $username
}
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