25 Jan
2012
25 Jan
'12
9:58 a.m.
Hi,
Il 25/01/2012 13:32, Phil Mayers ha scritto:
To let (most (*)) users login with their e-mail address, I'd need to "translate" the realm part to a domain. Why do you think this is true? 'cause ntlm_auth won't authenticate user.name@unibo.it or user.name@PERSONALE . It returns "no such user". It authenticates PERSONALE\user.name . Or "--username=user.name --domain=PERSONALE".
use Stripped-User-Name in the ntlm_auth line....and NT-Domain for domain (enable ntdomain in authorize) - see the example ntlm_auth provided with server... alan