Re: alternative login names

2013-02-04 Thread Charles Bradshaw
Gentelman Sorry to but into this thread at so late a stage. Indeed SASL does not support encrypted pass words because it can't! SASL CRAM-MD5 and DIGEST-MD5 do not transmit the pass word over the link, as a consequence both the client and the server need knowledge of the clear text. It is possib

Re: alternative login names

2013-02-04 Thread Wolfgang Rosenauer
On Mon, Feb 4, 2013 at 6:44 PM, Marc Patermann < hans.mo...@ofd-z.niedersachsen.de> wrote: > Wolfgang > > Wolfgang Rosenauer schrieb (04.02.2013 18:03 Uhr): > > > I played around some more with openldap's SASL and ran exactly into the >> issue that SASL seems to explicitely _not_ support CRYPT us

Re: alternative login names

2013-02-04 Thread Marc Patermann
Wolfgang Wolfgang Rosenauer schrieb (04.02.2013 18:03 Uhr): > I played around some more with openldap's SASL and ran exactly into the > issue that SASL seems to explicitely _not_ support CRYPT userPasswords. > So yes, keeping saslauthd using PAM would help with that. What did you test? (I did no

Re: alternative login names

2013-02-04 Thread Wolfgang Rosenauer
On Mon, Feb 4, 2013 at 3:27 PM, Dan White wrote: > On 02/04/13 09:08 -0500, Adam Tauno Williams wrote: > >On Mon, 2013-02-04 at 14:25 +0100, Wolfgang Rosenauer wrote: > >> I actually needed a pointer into the right direction and I guess that > >> is one. > >> I've never used sasl ldapdb though an

Re: alternative login names

2013-02-04 Thread Dan White
On 02/03/13 20:29 +0100, Wolfgang Rosenauer wrote: >Hi, > >I'm running Cyrus imapd 2.3.x since quite some time for a group of users. >My setup is LDAP based using saslauthd to pam_ldap currently and works just >fine. But now I want to allow access to the mailboxes using the email >address as an alt

Re: alternative login names

2013-02-04 Thread Dan White
On 02/04/13 09:08 -0500, Adam Tauno Williams wrote: >On Mon, 2013-02-04 at 14:25 +0100, Wolfgang Rosenauer wrote: >> I actually needed a pointer into the right direction and I guess that >> is one. >> I've never used sasl ldapdb though and I have a hard time figuring out >> how and what to do. > >I

Re: alternative login names

2013-02-04 Thread Adam Tauno Williams
On Mon, 2013-02-04 at 14:25 +0100, Wolfgang Rosenauer wrote: > I actually needed a pointer into the right direction and I guess that > is one. > I've never used sasl ldapdb though and I have a hard time figuring out > how and what to do. I have some examples for using ldapdb @

Re: alternative login names

2013-02-04 Thread Marc Patermann
Wolfgang, Wolfgang Rosenauer schrieb (04.02.2013 14:25 Uhr): > On Mon, Feb 4, 2013 at 10:07 AM, Marc Patermann > > wrote: > > Wolfgang Rosenauer schrieb (03.02.2013 20 > :29 Uhr): > > > I'm running Cyrus imapd 2.3.x since quite some ti

Re: alternative login names

2013-02-04 Thread Wolfgang Rosenauer
Thanks Marc, On Mon, Feb 4, 2013 at 10:07 AM, Marc Patermann < hans.mo...@ofd-z.niedersachsen.de> wrote: > Wolfgang Rosenauer schrieb (03.02.2013 20:29 Uhr): > > > I'm running Cyrus imapd 2.3.x since quite some time for a group of users. >> My setup is LDAP based using saslauthd to pam_ldap cur

Re: alternative login names

2013-02-04 Thread Marc Patermann
Wolfgang, Wolfgang Rosenauer schrieb (03.02.2013 20:29 Uhr): > I'm running Cyrus imapd 2.3.x since quite some time for a group of users. > My setup is LDAP based using saslauthd to pam_ldap currently and works > just fine. But now I want to allow access to the mailboxes using the > email addres

alternative login names

2013-02-03 Thread Wolfgang Rosenauer
Hi, I'm running Cyrus imapd 2.3.x since quite some time for a group of users. My setup is LDAP based using saslauthd to pam_ldap currently and works just fine. But now I want to allow access to the mailboxes using the email address as an alternative to the system username. I have no real idea whe