Tchater maintenant avec le support
Tchattez avec un ingénieur du support

Privilege Manager for Unix 7.0 - 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

Remote access functions

These are the built-in remote access functions available to use within the pmpolicy file.

Table 44: Remote access functions
Name Description
remotefileexists Check a file exists on a host.
remotegroupinfo Check if a group exists on a host.
remotegrouplist Get a list of groups from a host.
remotesysinfo Get the uname information from a host.
remoteusergroups Get a list of a user’s groups on a host.
remoteuserinfo Get a user’s information from a host.

remoteuserlist

Get a list of users on a host.

remotefileexists

Syntax
int remotefileexists ( string hostname, string filename )
Description

The remotefileexists function checks whether a filename exists on the remote system hostname.

Returns true if the file exists; otherwise, it returns false.

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

Example
print(remotefileexists(runhost,"/etc/passwd"))

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)) 
Documents connexes

The document was helpful.

Sélectionner une évaluation

I easily found the information I needed.

Sélectionner une évaluation