This is a discussion on apache and windows autentication within the Apache Web Server forums, part of the Web Server and Related Forums category; Hallo! This is the first time i post here, quite new to apache-php coming from asp... In my intranet ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hallo!
This is the first time i post here, quite new to apache-php coming from asp... In my intranet I need to recognize which windows user is opening a php page. I found the sourgeforge project "mod auth sspi" and trying to configure it in my test environment(winxp with Apache/2.0.51 (Win32)). But if i put in http.conf this directive "LoadModule sspi_auth_module modules/mod_auth_sspi.so" apache doesn't start! Someone have this module work? Any help will be welcome!! Marco |
|
|||
|
On Jul 3, 1:36 am, Marco Tiraferri
<ced#morteachispam...@comu.riccio.it> wrote: > Hallo! > This is the first time i post here, quite new to apache-php coming from > asp... > > In my intranet I need to recognize which windows user is opening a php page. > > I found the sourgeforge project "mod auth sspi" and trying to configure > it in my test environment(winxp with Apache/2.0.51 (Win32)). > > But if i put in http.conf this directive "LoadModule sspi_auth_module > modules/mod_auth_sspi.so" apache doesn't start! > > Someone have this module work? > Any help will be welcome!! > > Marco What error message are you getting? |
|
|||
|
Mike ha scritto:
> On Jul 3, 1:36 am, Marco Tiraferri > <ced#morteachispam...@comu.riccio.it> wrote: > > What error message are you getting? > Thank's for reply! The only messagge i can see is a box with "the requested operation has failed!", nothing is reported on error.log |