New connect, disconnect, and status commands have been added to
manage client configuration. This way it is no longer necessary
to repeat the connection parameters on a sequence of commands
that connect to the same server. For example:
pki connect -u <username> -w <password>
pki user-find
pki user-del testuser
pki disconnect
The connect command stores the connection parameters into
$HOME/.pki/client.xml. Subsequent commands will read the
connection parameters from this file to connect to the server.
The disconnect command will remove the file. The status command
can be used to view the connection status.
Ticket #107
--
Endi S. Dewata
Show replies by date