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_apps returns a Tcl list of PAM application rights in the current zone.
- list_pam_apps lists to
stdout
all PAM application rights in the current zone. - new_pam_app creates a new PAM application right and stores it in memory.
- select_pam_app retrieves 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_app deletes the selected PAM application right from Active Directory and from memory.
- get_pam_field reads a field value from the currently selected PAM application right.
- save_pam_app saves the selected PAM application right with its current settings to Active Directory.
- set_pam_field sets a field value in the currently selected PAM application right.