13 May
2008
13 May
'08
2:32 p.m.
Ryan Pugatch wrote: ...
Thanks for the response. I'm using 1.1.x. Currently, I have ldap filter definined as:
filter = "(uid=%{Stripped-User-Name:-%{User-Name}})"
I have enabled with_ntdomain_hack on preprocess.
Don't. Use: filter = "(uid=%{mschap:User-Name:-%{User-Name}} The MS-CHAP module is smart enough to know about horrible Microsoft DOMAIN\user things. Alan DeKok.