16 Aug
2006
16 Aug
'06
4:06 p.m.
On Wed, 2006-08-16 at 15:39 +0400, Anton Martchukov wrote:
The problem here seems to be with "username changed antonm@mxc.ru -> antonm", but I do not know how to switch it off. .. pass_filter = (&(objectClass=mailUser)(dc=%d)(uid=%n)(accountActive=TRUE))
You don't show pass_attrs so I guess it's the default. Since your whole username isn't in uid, you'll have to change pass_attrs to:
pass_attrs = userPassword=password
Otherwise uid=user changes the username dropping the domain.