Re: ldap auth or sasldb auth

2002-02-26 Thread Simon Matter
Hi Dave C schrieb: > All, > > I am wondering if I have this process right, I want to > use LDAP with cyrus so do I store everythign in ldap > or just all the user information and the password is > stored in /etc/sasldb? if so then i'd assume the > pwcheck_method: sasldd. I am ok with either stor

Re: ldap auth or sasldb auth

2002-02-26 Thread Tarjei
Dave, you're mixing two types of setup w/ ldap and sasl: 1. Storing passwords in openldap and letting sasl access them (=Openldap password db) _then_ use the sasl-ldap patch: i.e. : imapd(or something else) -> sasl -> openldap -> password 2. storing passwords in sasldb for Openldap and and othe

re: ldap auth or sasldb auth

2002-02-26 Thread simon
On Tue, 2002-02-26 at 15:38, Dave C wrote: > All, > > I am wondering if I have this process right, I want to > use LDAP with cyrus so do I store everythign in ldap > or just all the user information and the password is > stored in /etc/sasldb? if so then i'd assume the > pwcheck_method: sasldd. I

re: ldap auth or sasldb auth

2002-02-26 Thread Dave C
All, I am wondering if I have this process right, I want to use LDAP with cyrus so do I store everythign in ldap or just all the user information and the password is stored in /etc/sasldb? if so then i'd assume the pwcheck_method: sasldd. I am ok with either storing everything in ldap or just sto