Forum Discussion
Volker_92124
Nimbostratus
Aug 23, 2005UserManagement
Just found iControl SDK last week, and started playing ...
I added some users. But new accounts are unable to access BigIP via GUI, while SSH works fine.
I found accounts in passwd, bigdb and GUI's user list but only get a HTTP 401 error ("server could not verify that you are authorized to access the URL "/tmui/tmui/system/settings/redirect.jsp").
I need a hint.
---------
example code:
$userid = {name => "mccoy", full_name => "mccoy"};
@userinfo = (
{
user => $userid,
role => "USER_ROLE_ADMINISTRATOR",
password => "ncc",
home_directory => "/home/mccoy",
login_shell => "/bin/bash",
user_id => 0,
group_id => 500
}
);
my $soapResponse = $UserManagement->create_user(
SOAP::Data->name(users => [@userinfo])->type("UserInfo[]"));
- You just found an issue with a feature that was just added to the GUI but not in iControl. The user is created, but the roles are not being updated within the webserver configuration. I've entered a Change Request for this and I'm pushing for it to get into 9.2 but since we are already at an RC level on this release, odds are it will have to wait until the next one.
- Volker_92124
Nimbostratus
Thank you Joe! - I was able to get authorization to get the fix into the 9.2 release. So it should be fixed when that comes out (very soon now).
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