Im trying to get my apache2 server communicate with my windows ad for login
to the sites.
I think I have done everything according to this guide:
http://aligature.org/2006/01/subvers...tion_agai.html
except that I'm running Debian 4.0 and had the auth_pam allready installed.
The problem is that I can't get PAM to successfully authenticate. When I look in to the loogs it looks lite this:
==> /var/log/apache2/error.trac.log <==
[Sun Feb 03 16:07:54 2008] [error] [client 10.10.6.10] PAM: user 'DOMAIN\\name' - not authenticated: Authentication failure
If I do a :
# wbinfo -a "DOMAIN\name"%password
plaintext password authentication succeeded
challenge/response password authentication succeeded
It seems to work. The only thing that I can see in this is the double \\. Is this just a print out or is this a bug or something? Can I change so that it uses the format of
name@DOMAIN.COM? Or is something else that is wrong?