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
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
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
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.