Administration Guide > Pluggable Authentication Modules > Working with TDV and PAM > Deploying Pluggable Authentication Modules
 
Deploying Pluggable Authentication Modules
Use of PAM is optional. PAM implementations can coexist with standard user name and password authentication on the same server to provide overlapping degrees of access and privilege to use data resources.
To deploy a pluggable authentication module
1. Open a command prompt window.
2. Navigate to <TDV_install_dir>/bin.
3. Deploy the PAM security project bundle using the following server_util syntax:
server_util -server <hostname> [ -port <port> ] [ -encrypt ]
-user <username> -password <password> [ -domain <domain> ]
-deploy -package <package file in file system> [ -verbose ]
 
For details about using server_util, see The TDV Server Utility Program.
4. To validate deployment of the module, see Verifying that the PAM Deployed.