20 Jun
2005
20 Jun
'05
2:35 p.m.
On Mon, 20 Jun 2005, Chris Wakelin wrote:
Jeff Graves wrote:
I don't know C or C++ but here's the patch I wrote for lowercase auth on test69. Hopefully it's a starting point for anyone who wants to try and tackle this but well beyond my abilities. Actually, I've discovered this isn't necessary. You can use
auth_username_translation = AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz
in Dovecot 1.0 stable/tests.
It's no help for stripping domains though, but solves my problem authenticating against AD via PAM but using userdb=passwd (AD isn't case-senstive).
Wow. That's pretty wacky. Seems to me it would be better off using regex syntax. Then you could uppercase/lowercase and strip domains too.
-Dan