| popmatte@hotmail.com 2006-02-22, 7:48 am |
| I'm currently working in a project where we're migrating from a diverse
environment to w2k3 and .NET. We also want to migrate the existing
Siteserver 3 membership catalog to ADAM.
I am now stuck with authentication problems connecting to SS3. I'm
trying to
use the ldp.exe tool to generate an ldif to be import into ADAM. The
problem occurs during the bind operation.
Result as follows:
0 = ldap_set_option(ld, LDAP_OPT_ENCRYPT, 0)
res = ldap_bind_s(ld, NULL, &NtAuthIdentity, NEGOTIATE (1158)); // v.3
{NtAuthIdentity: User='<user>'; Pwd= <unavailable>; domain =
'<domain>'.}
Error <7>: ldap_bind_s() failed: .
Server error: <empty> Authentication method unsuported <-translated by
me->
What authentication method are supported by SS3, could this be a
firewall or network issue, should I set some connection options to fix
this?
Any pointers, tricks etc would be appreciated.
/Popmatte.
|