|
Pvnetpass is the Pervasive network password utility. It is a command line utility used to manage the user IDs and passwords for remote servers to which your client connects. When trying to connect to a server, the client looks up the server name in the registry and uses the user name and password set for that server.
If you have a global and a user entry for the same server, the user's entry overrides the global. The user name should include the full user context. For example, in a Windows environment with domain names, specify the user as DOMAIN\\user. Enter two back slashes for the user name because the first one is an escape character. For a NetWare environment, specify user.context. For a Linux environment, use the user account name and the full machine DNS name. For example, mymachine.mydomain.
The pvnetpass utility can also be used by Windows clients to change their stored credentials that were saved when using the security login pop-up dialog. See also Allow Client-stored Credentials and Prompt for Client Credentials , both in Advanced Operations Guide.
From current user to all servers (overrides -g)
pvnetpass -a '*' -p password
From current user to one server 'myserver' (overrides -g)
pvnetpass -a myserver -p password
From all users (-g) to one server 'myserver' using credentials joe:password
pvnetpass -g -a myserver -u joe -p password
From all users (-g) to all servers ('*'), use default credentials joe:password
pvnetpass -g -a '*' -u joe -p password
To add user `bholly' with password `peggysue' to the server named `myserver':
pvnetpass -a myserver -u bholly -p peggysueTo verify your entry was accepted, use the -d option:
pvnetpass -dThis command results in:
Server: myserver User: bholly Password: (not displayed)
To change the password with which you will connect to `myserver' from your Linux client:
To remove the entry for server `myserver':
To add the default entry for users trying to connect to server `myserver' when no user-specific entry exists:
To add the default server entry in the user context (PS_HKEY_USER):
To add the default server entry in the machine context (PS_HKEY_CONFIG):
To authenticate from a Linux client to a Windows domain server (myserver) with a domain named "mydomain" and a user named "user1":
|
Chapter contents
Prev topic: pvddl
|