Brocade OS Command Reference Manual Supporting Fabric OS v6.0.0 (53-1000599-01, October 2007)

Fabric OS Command Reference 675
53-1000599-01
userConfig
2
-a AD_ID_list Specifies the AD IDs to be added or deleted. Specify a range (1-5) or a list of
AD_IDs separated by comma (1,2,3), or a combination of both (1-5,7).
--help Displays command usage.
Examples To add a new account:
switch:admin> userconfig --add joe -r admin -d "Joe Smith"
Setting initial password for joe
Enter new password:
Re-type new password:
Account joe has been successfully added.
To display current account information:
switch:admin> userconfig --show joe
Account name: joe
Role: admin
Description: Joe Smith
Enabled: Yes
Password Last Change Date: Unknown
Password Expiration Date: Not Applicable
Locked: No
AD membership: 0
Home AD: 0
To change account attributes:
switch:admin> userconfig --change joe -e no
Broadcast message from root Sat Apr 2 03:03:32 2005...
Security Policy, Password or Account Attribute Change: joe will be logged out
Attribute for account joe has been successfully changed.
To add an account named bob with role ZoneAdmin and AD member list 1,4,10,11,12,13,14 and
Home AD 4:
switch:admin> userConfig --add bob -r ZoneAdmin -a 1,4,10-14 -h 4
To change account bob's AD member list to 128 and 129, Home AD to 128:
switch:admin> userConfig --change bob -a 128,129
To Add AD 0 & 255 to bob’s AD member list. Home AD is unchanged:
switch:admin> userConfig --addad bob -a 0,AD255
To Delete AD 128 from bob’s AD member list. New home AD is set to 0:
switch:admin> userConfig --deletead bob -a 128 -h 0
See Also none