Re: admin authentication

2006-09-27 Thread Marten Lehmann
Hello, I found out the problem: It was a permission problem of /etc/sasldb2. Regards Marten Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: admin authentication

2006-09-26 Thread Marten Lehmann
Hello, I use both LDAP and sasldb with these config lines: * sasl_pwcheck_method: auxprop saslauthd * sasl_auxprop_plugin: sasldb I tried, but I couldn't get it work. I have the following /etc/imapd.conf: sasl_pwcheck_method: auxprop sasl_auxprop_plugin: sasldb2 sasldb_path: /etc/s

Re: admin authentication

2006-09-25 Thread Wil Cooley
On Mon, 2006-09-25 at 16:17 +0200, Marten Lehmann wrote: > Hello, > > > You can use saslauthd/LDAP for your users and a local sasldb2 file for > > your admins. You don't need PAM at all. > > unfortunately neither sasldb nor auxprop is compiled in at redhat > enterprise linux 4 and I wouldn't li

Re: admin authentication

2006-09-25 Thread Marten Lehmann
Hello, You can use saslauthd/LDAP for your users and a local sasldb2 file for your admins. You don't need PAM at all. unfortunately neither sasldb nor auxprop is compiled in at redhat enterprise linux 4 and I wouldn't like to compile everything from scratch: # saslauthd -v saslauthd 2.1.19

Re: admin authentication

2006-09-25 Thread Farzad FARID
Marten Lehmann wrote: Hello, we will use LDAP through saslauthd to authenticate our users. Is there a way to authenticate admin-users a different way at the same time? Best would be to hardcode a md5-password within the imapd.conf or to use /etc/passwd for that. But I don't want to

admin authentication

2006-09-25 Thread Marten Lehmann
Hello, we will use LDAP through saslauthd to authenticate our users. Is there a way to authenticate admin-users a different way at the same time? Best would be to hardcode a md5-password within the imapd.conf or to use /etc/passwd for that. But I don't want to pass everything through PAM just