Forum Discussion
Marcel_Kuiper_5
Nimbostratus
Jun 22, 2007Adding users on 9.1.2
Hi,
Since we're changing account names I need to create a lot of users on all of our BigIP systems. However my perl scripting is not succesful so far which has probably to do with the way I ...
Feb 22, 2008
Actually, From what I can tell, the The GUI just changes the login shell depending on what you have selected for Console Access
Disabled => /bin/false
Advanced Shell => /bin/bash
bigpipe Shell => /bin/bpsh
The following PowerShell code should work for setting the shell
$ic = Get-F5.iControl
$um = $ic.ManagementUserManagement
$um.set_login_shell( (,"joeuser"), (,"/bin/false") )
This should disable console access for user "joeuser".
-Joe
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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