Cyrus, PAM, W2K AD

2001-01-18 Thread Eugene Vasilchenko
Hello all! Does it possible to authenticate users on Cyrus IMAP aginst W2K Active Directory? Now we migrating from NT4 to W2K AD and it will great to use the AD as centralized storage of users accounts. I dont want to use OpenLDAP server for this purposes. Thank you. Eugene Vasilchenko.

Re: Cyrus, PAM, W2K AD

2001-01-18 Thread Marc Jauvin
Try using pam_ldap with cyrus SASL by putting "sasl_pwcheck_method: PAM" in /etc/imapd.conf I did not try it, but AD is a modified LDAP, isn't it? Eugene Vasilchenko wrote: > > Hello all! > > Does it possible to authenticate users on Cyrus IMAP aginst W2K Active > Directory? > Now we migrating

Re: Cyrus, PAM, W2K AD

2001-01-18 Thread Artur Frysiak
On Thu, Jan 18, 2001 at 10:51:36AM +0300, Eugene Vasilchenko wrote: > Hello all! > > Does it possible to authenticate users on Cyrus IMAP aginst W2K Active > Directory? > Now we migrating from NT4 to W2K AD and it will great to use the AD as > centralized > storage of users accounts. I dont want

Re: Cyrus, PAM, W2K AD

2001-01-18 Thread Walter Wong
You shouldn't be looking at PAM and LDAP with Windows 2000. Windows 2000 provides Kerberos 5 server as part of Active Directory. If you have any clients that support K5, you can just use the GSSAPI plugin. The plain text password checking against Kerberos 5 is in CVS for SASL as part of libsasl