Re: [Dovecot] Case insensitive user names

2009-02-03 Thread Ilo Lorusso
would this be done under the PAM section in the dovecot.conf file eg.
and will I need dovecot version 1+ ?


passdb pam {
  # use /etc/pam.d/imap and /etc/pam.d/pop3
  args = *
}

Thanks, this will really help



On Tue, Feb 3, 2009 at 9:23 AM, Ilo Lorusso sneak...@gmail.com wrote:
 Hi,

 Im looking for a way so I can have case insensitive user names,

 is there a configuration directive for this option ? as all I can find
 is the below patch with should give me what im looking for ..



 http://www.dovecot.org/list/dovecot/2004-March/003078.html



Re: [Dovecot] Case insensitive user names

2009-02-03 Thread Timo Sirainen
You could set auth_username_format = %Lu. That doesn't need Dovecot  
v1.0+, but v1.0+ is highly recommended anyway.


On Feb 3, 2009, at 6:34 AM, Ilo Lorusso wrote:


would this be done under the PAM section in the dovecot.conf file eg.
and will I need dovecot version 1+ ?


passdb pam {
 # use /etc/pam.d/imap and /etc/pam.d/pop3
 args = *
}

Thanks, this will really help



On Tue, Feb 3, 2009 at 9:23 AM, Ilo Lorusso sneak...@gmail.com  
wrote:

Hi,

Im looking for a way so I can have case insensitive user names,

is there a configuration directive for this option ? as all I can  
find

is the below patch with should give me what im looking for ..



http://www.dovecot.org/list/dovecot/2004-March/003078.html





Re: [Dovecot] Case insensitive user names

2009-02-03 Thread Charles Marcus
On 2/3/2009 2:23 AM, Ilo Lorusso wrote:
 Im looking for a way so I can have case insensitive user names,

Easiest way is to simply create the username in all lowercase in your
pass db, then force it to lowercase before AUTH:

http://wiki.dovecot.org/Variables#head-010a6461d783547686f70249e820fd6b83fd453e

or

http://tiny.pl/v4tc

-- 

Best regards,

Charles