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?
Thanks.
Anthony
- Loc_Pham_101863Historic F5 AccountYes, if a virtual server has been configured to use an Authentication profile, you can use iControl to configure or query what authentication method is being used. You'll want to check out LocalLB.ProfileAuth interface.
- Thanks Loc!
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 );
- Anthony_Gerace_Historic F5 AccountI'm sorry I didn't make my question clearer, but I was looking for the Management Authentication Method. Specifically, is there a way to tell what authentication method the LTM is using for management users?
- Sorry about the misunderstanding. Currently the only way to configure this is through the GUI. We'll add an enhancement request to add support for an upcoming release.
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