Forum Discussion
Anthony_Gerace_
Nov 03, 2005Historic F5 Account
Remote User Authentication
Hello,
Is there a way to determine through iControl if a device is using a remote user authentication method (LDAP/Radius)? Also is there a way to configure it via the iControl API?
...
Nov 03, 2005
Thanks Loc!
Here are the relevant methods:
enum AuthenticationMethod {
AUTHENTICATION_METHOD_LDAP = 0
AUTHENTICATION_METHOD_RADIUS = 1
AUTHENTICATION_METHOD_SSL_CC_LDAP = 2
AUTHENTICATION_METHOD_SSL_OCSP = 3
AUTHENTICATION_METHOD_TACACS = 4
AUTHENTICATION_METHOD_GENERIC = 5
};
struct ProfileAuthenticationMethod {
AuthenticationMethod value;
Boolean default_flag;
};
ProfileAuthenticationMethod[]
LocalLB::ProfileAuth::get_authentication_method(
in String[] profile_names
);
void
LocalLB::ProfileAuth::set_authentication_method(
in String[] profile_names,
in ProfileAuthenticationMethod[] auth_methods
);
There are other methods in the LocalLB::ProfileAuth interface to get and set other attributes as well.
-Joe
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