Syntax
string getfullname ( string user )
Description
getfullname returns the specified user’s full name from the policy server (or from the client host if getpasswordfromrun is set to yes in the policy server's pm.settings file). When called without arguments, the function reports the full name for the user name present inside the runuser variable.
Example
# print the fullname of root on the policy server print(getfullname("root"));