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

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

getenv

Syntax
string getenv ( string name [, string value] )
Description

getenv returns the value of the specified environment variable from the runenv variable.

Example
# print the value of HOME if defined, otherwise print "none" 
print(getenv("HOME", "none")); 
Related Topics

keepenv

setenv

unsetenv

getlistsetting

Syntax
list getlistsetting ( string <variable_name>)
Description

getlistsetting returns a list of the settings in the pmpolicy server host settings file. If the named config is not present in the policy server host setting file, it returns an empty list.

Example
# get the master list setting
submitMasterList(getlistsetting("submitmasters"));

getnumericsetting

Syntax
int getnumericsetting ( string <variable_name>)
Description

getnumericsetting returns the integer of the numeric setting in the pmpolicy server host settings file. If the named config is not present in the policy server host setting file, it returns zero.

Example
# get the value for master delay time
delayTime(getnumericsetting("masterdelay"));

getstringsetting

Syntax
string getstringsetting ( string variable_name)
Description

getstringsetting returns the value of a string setting in the pmpolicy server host settings file. If the named config is not present in the policy server host setting file, it returns an empty string.

Example
if (getstringsetting("eventLogQueue") == false ) { 
   reject; 
}
Documents connexes

The document was helpful.

Sélectionner une évaluation

I easily found the information I needed.

Sélectionner une évaluation