On Fri, Apr 14, 2006 at 09:37:34PM +0200, Jon-Eirik Pettersen wrote: > I'm using authuserdb via authdaemon to authenticate virtual IMAP and > POP3-users. The problem is, that the authentication is case-sensitive on > the username. This is not acceptable in my setup. A user must be able to > login via [EMAIL PROTECTED] and [EMAIL PROTECTED] without problems. A change > on the client-side is not an option. Is there any way to make the > authentication case-insensitive on usernames?
If you don't want to modify source, you can write an authpipe module which performs the userdb lookup, e.g. using Perl and a Perl DBM module. ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Courier-imap mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap
