Undeploying Pluggable Authentication Modules
Pluggable authentication modules can be decommissioned (undeployed) from TDV.
To undeploy a PAM
1.	From Studio, select Administration > Launch Manager.
2.	Log on as the admin user.
3.	Select Security > Login Modules.
4.	Select the PAM module.
5.	Click Remove Module.
Add Module and Remove Module do not affect the deployed or undeployed state of a PAM.
6.	Open a command prompt window.
7.	Navigate to <TDV_install_dir>/bin.
8.	Undeploy the PAM security project bundle using the following server_util syntax:
server_util -server <hostname> [ -port <port> ] [ -encrypt ]
			-user <username> -password <password> [ -domain <domain> ]
			-undeploy -name <package name> -version <version number>[ -verbose ]
 
For details about using server_util, see 
The TDV Server Utility Program.