Re: Unbound in base (review)

2012-03-26 Thread Jakob Schlyter
Any more feedback on this? We need more testing to proceed!

jakob



BSD authentication username rewrite

2008-05-12 Thread Jakob Schlyter

hi,

I have an imap server (dovecot) that can auhenticate using BSD  
authentication. however, when imap server requests authenitcation for  
user xyzzy, I'd like the bsd authentication layer to authenticate user  
'xyzzy/mail' (which has a separate password in kerberos). I can see  
multiple solutions to this:


1) have dovecot rewrite the username before sending it to bsdauth

2) have bsdauth add /main to the username before authentication. this  
might be more generic and will make it easier for other apps to use  
separate password for some apps (using an option to login.conf).



comments and/or ideas?

jakob



Re: BSD authentication username rewrite

2008-05-12 Thread Jakob Schlyter

On 12 maj 2008, at 11.43, LIVAI Daniel wrote:


Just simply out of curiosity; why don't you use dovecot with virtual
users in plain text passwd-file style, or even sql/ldap?


'cause the users are provisioned using kerberos.

jakob



Re: BSD authentication username rewrite

2008-05-12 Thread Jakob Schlyter

On 12 maj 2008, at 12.08, LIVAI Daniel wrote:


Could this be a help for you?

http://wiki.dovecot.org/Authentication/Kerberos


thanks, but that i GSSAPI-authentication - i.e. not password
authentication against a kerberos realm.

jakob