Express (Distributed operating systems), v8.0 > Secure applications and their environment > Authenticate users > Select a registry or repository > Manage realms in a federated repository > Virtual member manager > Reference > Supported commands > File registry commands
addFileRegistryAccount command
Use this command add an account to the file registry.
Purpose
Add an account to the file registry. After running, save changes to master repository.If the Use global security settings option is selected for the user realm or the Global federated repositories option is selected as the realm type for the specified domain, this command is executed on the federated repository of the admin domain. However, configuration changes performed on the domain are applied to the security domain-specific configuration.
Syntax
addFileRegistryAccount {-userId userid -password password -parent parent [-securityDomainName domainName] }
Parameters
userId userid
ID of the user to add to the file registry.
password password
Password of the user to add to the file registry.
parent parent
Parent of the entity.
-securityDomainName domainName
Name that uniquely identifies the security domain. If not specified, uses the global federated repository.
Sample
To change the password for the administrator (Admin1) for the WAS file registry to ab12cd34e, issue the command:$AdminTask changeFileRegistryAccountPassword {-userId Admin1 -password ab12c34de}
Parent topic: File registry commands