Pervasive logo

Prev User's Guide Next

pvnetpass


pvnetpass - Pervasive Network Password Utility.

Synopsis

pvnetpass [-g] {-a | -r | -m} server [-u user] [-p pwd] 
pvnetpass -d 

Description

pvnetpass is used to manage the user ids and passwords for remote servers to which your Linux client connects. When trying to connect to a server, the client looks up the server name in the registry and uses the username 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 username should include the full user context. For example, in a Windows environment with domain names, specify the user as DOMAIN\\user. Enter two backslashes for the user name because the first one is an escape character. In NetWare, specify user.context. In Linux, 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.

Options

-a
Adds a server entry for a user specified by the -u parameter. If no user is specified, current user is assumed.
-g
Manipulates default settings for all users. Settings created with -g can be overridden by individual users.
-r
Removes a server entry for a user specified by the -u parameter. If no user is specified, current user is assumed.
-m
Modifies a server entry for a user specified by the -u parameter. If no user is specified, current user is assumed.
-d
Displays the list of configured servers. The configured servers will display in two groups that are separated by a dashed line. The ones above the line are global entries and are only viewable by administrators who are a member of group pvsw. The ones below the line are the current user's entries. If you have a global and a user entry for the same server, the user's entry overrides the global.
server
Server to which you want to add a connection entry. Server can be '*' (include the single quotes) to set the default server entry information. This default entry is used when there is no user entry for the server.

Examples

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

See Also

Pervasive.SQL User's Guide for more information about the pvnetpass utility.


Prev
pvdbpass
Contents
Up
Check for Revisions
Next
rbldcli