OVERVIEW:
We use NAM - Novell Access Manager (formerly Novell iChain) to authenticate users on our corporate intranet.
The domain names for our intranet web sites are pointing to NAM gateways (multiple with load balancing). When a user opens their browser and requests access to an intranet resource, a session is established with the NAM gateways.
The gateways authenticate the user’s credentials (username & password) against our PeopleSoft eDirectory. If authenticated, NAM adds the users PeopleSoft eDirectory info to http request header then the gateways forward the request (proxy) to the appropriate web server establishing a session on behalf of the user.
The web servers are configured to only respond to requests received from the NAM gateway IP addresses. Requests received from any other IPs are ignored.
Web developers access the employee info by requesting the server variables containing it. For security reasons, NAM replaces the users password stored in the B64 encoded AUTH_HEAD with the users username (ie AUTH_HEAD contains the username twice instead of username and password).
In our lab, we've been able to successfully use the member_api to log our users into the forum.
ISSUE:
For security reasons we prohibit the display of usernames.
As such we would like to display the users Real_name in place of their username any where that is shown in the forum.
Is there a list of variables that can be changed to accomplish this?
Regards,
Tom Wilson