Romer Ventura
2008-Dec-03 22:34 UTC
[Dovecot] Dovecot authenticating to multiple kerberos realms
Hello,
I got Postfix, Dovecot 1.1.7 configure to use pam and the pam.d/dovecot
file is configure to use pam_krb5 module. Everything is working with no
problems, but I am finding that the user must type the domain part in
uppercase in order to successfully authenticate.
So I am wondering if there is any way for the user to login as
user1 at domain.com instead of user1 at DOMAIN.COM...?
Any ideas..?
Thanks
Timo Sirainen
2008-Dec-04 02:31 UTC
[Dovecot] Dovecot authenticating to multiple kerberos realms
On Dec 4, 2008, at 12:34 AM, Romer Ventura wrote:> I got Postfix, Dovecot 1.1.7 configure to use pam and the pam.d/ > dovecot > file is configure to use pam_krb5 module. Everything is working with > no > problems, but I am finding that the user must type the domain part in > uppercase in order to successfully authenticate. > > So I am wondering if there is any way for the user to login as > user1 at domain.com instead of user1 at DOMAIN.COM...?auth_username_format = %Ln@%Ud -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 194 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20081204/43fa53d8/attachment-0002.bin>
Romer Ventura
2008-Dec-04 15:24 UTC
[Dovecot] Dovecot authenticating to multiple kerberos realms
Morning,
That did it.. Thanks..!
On 12/3/08 8:31 PM, "Timo Sirainen" <tss at iki.fi> wrote:
> On Dec 4, 2008, at 12:34 AM, Romer Ventura wrote:
>
>> I got Postfix, Dovecot 1.1.7 configure to use pam and the pam.d/
>> dovecot
>> file is configure to use pam_krb5 module. Everything is working with
>> no
>> problems, but I am finding that the user must type the domain part in
>> uppercase in order to successfully authenticate.
>>
>> So I am wondering if there is any way for the user to login as
>> user1 at domain.com instead of user1 at DOMAIN.COM...?
>
> auth_username_format = %Ln@%Ud
>