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 [email protected] 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 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

