Here PAM it is a "Pluggable Authentication Modules", not Portfolio asses management PAM should be configurated on your SAS server. It haven't any special relations or connections to SAS, only profile for SAS servise, it used only to authenticate user, because sas programs on Application server are run (and EM projects are stored) under your unix user on sas server , and this user must be defined in your sas user profile (you can edit them in Management Console). PAM settings are storing in /etc/pam.d file. For SAS you can create special settings using servise name option, for example sasauth: etc/pam.d/sasauth Then you should define module types for this service (sasauth) - there are "account", "password" and "session" For each of module types control flag shoul be setted: " requisite" , " required" , " sufficient", " optional" or "Include" (a link to other PAM servise_name, usually - system-auth, a common user authentification) Next option - Module_path (if it's special) Then - may be some othr options So, PAM module can be similar to this: in file /etc/pam.d/sasauth auth include system-auth account include system-auth password include system-auth session optional pam_mkhomedir.so skel=/etc/skel umask=0022 In any case your UNIX administrator should knew. About PAM accounting journals - I don't know about it, unfortunately. If you a telling not about authentification modules, but only about "Portfolio asses management" - what is it (a realisation) - some database? It's another topic, and, i think, related with the connection of SAS to DB, where portfolio asses data stored - Oracle, Teradata, DB2 or something other.
... View more