MagicFrisbee
Programmer
I have many in-house programs which read the currently-logged-in Novell user name to see if they have the necessary permissions to run in-house programs. If the username is empty or [Public], I know they are not logged in to the server and I can abort my programs before they even start.
But next year we'll be switching to Windows Server, complete with domains. How do I grab the username then? What's the name of the function or procedure? What goes in my uses clause, and what are the meanings of the parameters I would pass to the method?
Mind you, I don't need the user's password or even their complete domain--I just need the plain ol' username.
GIS Programmer
City of Orem, UT
But next year we'll be switching to Windows Server, complete with domains. How do I grab the username then? What's the name of the function or procedure? What goes in my uses clause, and what are the meanings of the parameters I would pass to the method?
Mind you, I don't need the user's password or even their complete domain--I just need the plain ol' username.
GIS Programmer
City of Orem, UT