Chatee ahora con Soporte
Chat con el soporte

Privilege Manager for Unix 7.2.2 - Administration Guide

Introducing Privilege Manager for Unix Planning Deployment Installation and Configuration Upgrade Privilege Manager for Unix System Administration Managing Security Policy The Privilege Manager for Unix Security Policy Advanced Privilege Manager for Unix Configuration Administering Log and Keystroke Files InTrust Plug-in for Privilege Manager for Unix Troubleshooting Privilege Manager for Unix Policy File Components Privilege Manager for Unix Variables
Variable names Variable scope Global input variables Global output variables Global event log variables PM settings variables
Privilege Manager for Unix Flow Control Statements Privilege Manager for Unix Built-in Functions and Procedures
Environment functions Hash table functions Input and output functions LDAP functions LDAP API example List functions Miscellaneous functions Password functions Remote access functions String functions User information functions Authentication Services functions
Privilege Manager for Unix programs Installation Packages

remotegroupinfo

Syntax
list remotegroupinfo ( string hostname, string groupname )
Description

remotegroupinfo returns the group ID and a list of members of the specified group from the remote host.

The remote host must be configured to run either pmmasterd or pmclientd to respond to this function.

Example
#print the bin group info from the runhost 
print(remoteuserinfo(runhost,"bin")) 
Related Topics

remoteuserinfo

remotesysinfo

remotegrouplist

Syntax
list remotegrouplist ( string hostname )
Description

remotegrouplist returns the full list of group names and the associated group IDs located on the remote host.

The remote host must be configured to run either pmmasterd or pmclientd to respond to this function.

Example
#print the remote groups on runhost 
print(remotegrouplist(runhost)) 

remotesysinfo

Syntax
list remotesysinfo ( string hostname )
Description

remotesysinfo returns the full uname output from the remote system.

The remote host must be configured to run either pmmasterd or pmclientd to respond to this function.

Example
#print the runhost's uname info 
print(remotesysinfo(runhost)) 

remoteusergroups

Syntax
list remoteusergroups ( string hostname, string username )
Description

remoteusergroups returns a list of groups that the specified user belongs to on the remote system.

The remote host must be configured to run either pmmasterd or pmclientd to respond to this function.

Example
# print root's groups on the runhost 
print(remoteusergroups(runhost,"root")) 
Documentos relacionados

The document was helpful.

Seleccionar calificación

I easily found the information I needed.

Seleccionar calificación