delete_pam_app
Use the delete_pam_app command to delete the currently selected PAM application from Active Directory and from memory. You cannot use other commands to manage the PAM application after deletion because there will be no currently selected PAM application in memory.
Zone Type
Classic and hierarchical
Syntax
delete_pam_app
Abbreviation
dlpam
Options
This command takes no options.
Arguments
This command takes no arguments.
Return Value
This command returns nothing if it runs successfully.
Examples
delete_pam_app
This example deletes the currently selected PAM application from Active Directory and from memory.
Related Commands
Before you use this command, you must have a currently selected zone stored in memory. After you have a zone stored in memory, you can use the following commands to view and select the PAM application to work with:
get_pam_appsreturns a Tcl list of PAM application rights in the current zone.list_pam_appslists tostdoutall PAM application rights in the current zone.new_pam_appcreates a new PAM application right and stores it in memory.select_pam_appretrieves a PAM application right from Active Directory and stores it in memory
After you have a PAM application stored in memory, you can use the following commands to work with that PAM application’s attributes, delete the PAM application, or save information for the PAM application:
delete_pam_appdeletes the selected PAM application right from Active Directory and from memory.get_pam_fieldreads a field value from the currently selected PAM application right.save_pam_appsaves the selected PAM application right with its current settings to Active Directory.set_pam_fieldsets a field value in the currently selected PAM application right.