Forum Discussion
F5-Geek
Nimbostratus
Feb 22, 2018BIG IP F5 APM
I want for add mutliple attributes in ldap query for examples
expr { [mcget {session.ldap.last.attr.value}] eq 123||51||421||w*}
I tried the above one but it didn't worked in ldap query branches but it didn't
- Daniel_Varela
Employee
It should be something more like this: expr { [mcget {session.ldap.last.attr.value}] == 123 || [mcget {session.ldap.last.attr.value}] == 51 || [mcget {session.ldap.last.attr.value}] == 421 || [mcget {session.ldap.last.attr.value}] starts_with "w" }
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