Forum Discussion
Anthony_Gerace_
Jun 27, 2005Historic F5 Account
user management w/iControl v4.5
Hi!
Is there a way to perform userid managment with BIG-IP version 4.5.x? Specifically I'm looking to check for a specific user id.
Thanks.
Anthony
- In 4.x, you can use the ITCMManagement::AuthorizationObjects interface to manage user accounts but the specific userid is not exposed, everything is referenced by the username string.
- Anthony_Gerace_Historic F5 AccountHi Joe!
String[] get_list( in SessionCredentials creds <== CORBA Specific );
$soap = SOAP::Lite -> uri('urn:iControl:ITCMSystem/AuthorizationModel' ) -> proxy("https://$host/iControl/iControlPortal.cgi"); $soap_response = $soap->get_list; @authlist = @{$soap_response->result};
- The AuthorizationModel interface (which is in the ITCMLocalLB, not the ITCMSystem interface by the way) is used to configure authorization schemes, not to manage users.
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