Page 1 of 1

Apache 2.2 + SSPI problem

PostPosted: 13. October 2006 15:07
by lfkpoa
Hi.

I was using XAMPP v. 1.4.15 with sspi authentication.
Everything was working fine.
Recently I installed a fresh XAMPP v. 1.5.4a, but sspi is not working properly.
First of all, the remote_user variable is now returning with a double backslash instead of a single backslash: MYDOMAIN\\MY_USER.
In 1.4.15, the username in "require user" was not case sensitive and now it is.
Now it's not able to authenticate users in a windows group when I use "require group".
And Apache aborts after a few requests with the following message:
"[notice] Parent: child process exited with status 3221225477 -- Restarting."
I'm using win2K server.
Please, can anybody help?

Regards,

Luis Fernando

PostPosted: 14. October 2006 02:15
by Izzy
Did you uncomment this line in your xampp\apache\conf\httpd.conf file as it is commented out by default:

From this:
#LoadModule sspi_auth_module modules/mod_auth_sspi.so

to this
LoadModule sspi_auth_module modules/mod_auth_sspi.so


A google for mod_auth_sspi returned some issues others have had. Might be worth a read.

I am not much help here as I have not encountered or used sspi.

Good luck!