Oracle GlassFish Server Reference Manual Release 3.1.2 Part Number E24938-01 |
|
|
View PDF |
removes the named file user
delete-file-user [--help][--authrealmname auth_realm_name] [--target target] username
The delete-file-user
subcommand deletes the entry in the keyfile for the specified username.
--help
-?
Displays the help text for the subcommand.
--authrealmname
The name of the authentication realm with which the user was created.
--target
This is the name of the target on which the command operates. The valid targets are:
server
Deletes the file user on the default server instance. This is the default value
domain
Deletes the file user in the domain.
Deletes the file user from every server instance in the cluster.
Deletes the file user from a particular server instance.
This is the name of file user to be deleted.
The following example shows how to delete user named sample_user
from a file realm.
asadmin> delete-file-user sample_user Command delete-file-user executed successfully
subcommand executed successfully
error in executing the subcommand
create-file-user(1), list-file-users(1), update-file-user(1), list-file-groups(1)