Brocade Fabric OS Command Reference Guide v6.1.0 (53-1000599-02, June 2008)

Table Of Contents
Fabric OS Command Reference 693
53-1000599-02
userConfig
2
-h AD_ID This operand is optional.
If home AD is specified with the --addad option, it must be one of the
ADs in AD_ID_list. If a home AD is not specified and username did not
previously have a home AD, the home AD is set to the lowest numbered
AD in the user's AD permissions.
If a home AD is specified with the --deletead option, it must be one of
the ADs in the AD permissions remaining after the ADs specified in
AD_ID_list have been removed. If a home AD is not specified, the current
home AD remains unchanged, if it is still in the user's s AD permissions. If
a home AD is not specified and current home AD is deleted, the new
home AD is set to the lowest numbered AD in the user's AD permissions.
The existing AD permission for username, and the AD_ID_list must be a
subset of the AD permissions of the account executing this command.
-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