Peter Green wrote:
>
> also sprach myrond:
> > Has anybody had any success with Windows 2000 Active Directory and
> > vpopmail.
>
> If you are trying to access a W2K Active Directory using standardized LDAP
> code, you might be out of luck. I have heard (but have not verified) that
> W2K AD will NOT allow a standard LDAP application to connect to it. It
> *will* connect *to* a standard LDAP server, but not vice-versa. Or so I've
> heard.
>
> Please take that with a huge grain of salt.
Hahah. That would make sense based on the last 20 years of microsoft's
corporate strategy.
It's an "inovation" that no one but thier software can talk to it.
I can just see the server connection code:
if ( ldap_connect_message.secret_field != MICROSOFT ) {
disconnect();
}
Ken Jones