Hi,
this question sure is a peanut for most of you, but
I didn`t found a proper solution on my own:
I want to get the real name of the current user. I can
get the login-name by issuing cuserid(NULL), but this
name is often crippled by certain user-namingconventions.
If I "finger" the user, I get the real name, but
fingering the user everytime I want to know his
real name slows down my application too much. I think
there must be a faster and more convenient way
to get it.
Is there?
Hauke