Forum Discussion
Tom_Anderson_91
Nimbostratus
Nov 26, 2009LDAP authentication with specific attribute
We have a situation where we need to do URL authentication based on the makeup of a URL. For example, a URL containing the string "a-" should be accessible to staff only, and a URL containing the stri...
hoolio
Cirrostratus
Dec 09, 2009So the fix for that problem was just setting a group attribute to "member" on the auth config:
auth ldap ad_ldap_auth_config {
debug enable
search base dn "CN=Users,DC=example,DC=net"
bind dn "CN=Administrator,CN=Users,DC=example,DC=net"
bind pw "my_account"
login attr "sAMAccountName"
check host attr enable
group dn "CN=bigip_users_1,CN=Users,DC=example,DC=net"
group member attr "member"
servers "1.1.1.1"
}
But I'm still not clear on how you're using two auth profiles and iRules on the same VIP. If you're still working on this, can you elaborate on your current auth profile config?
Thanks,
Aaron
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