To do:
Users of some companie's intranet hace to be identified by their novel-domain/login when surfing on some php-website, that means the User has already logged into their Machine and in the moment they visit the particular website, they dont need to login again, but are already recognized by php and depending of the user's status specific pages are being displayed.
Config: IIS4, PHP 4.0.4,mySQL,
Now i know that for example a NT-Domain can be easily obtained by checking the approriate IIS-Variable, but how would i go to read some novell information of that specific user. As a matter of fact, the Novel-Domain is not being saved into the server-variable $auth_user for example.
Any help is appreciated.
the workaround would be to use cookies and users would have to login at least one time, but this should be the last resort option.
Greets,
Rocco