Page 1 of 1

Problem with directory services (AD)

Posted: 04 Dec 2009 18:09
by dst31
Hi,

I try to use directory integration (with active directory).
SMTP search work fine...no problem.
I create a new entry (LDAP) for ntaccount search (exactly liek described in the admin guide)
But when i test with a user a have an error:"The request failed to execute"
on the log file (ConfigManager.log) i have:
(1)(2009/12/05 00:03:04.901)(-1482794096)(XmDirectories): LookupImpl::QueryUsingNtAccount...
(1)(2009/12/05 00:03:04.901)(-1482794096)(XmDirectories): LookupImpl::QueryUsingNtAccount: NtAccount=dst
(1)(2009/12/05 00:03:04.901)(-1482794096)(XmDirectories): LookupImpl::QueryUsingNtAccount: std::logic_error: Invalid NtAccount value
(1)(2009/12/05 00:03:04.902)(-1482794096)(XmDirectories): LookupImpl::QueryUsingNtAccount...Exit
And i see with wireshark that the 8450 never send LDAP request to the server !!!

Anybody have an Idea ?

Thank's

Re: Problem with directory services (AD)

Posted: 08 Dec 2009 02:43
by dst31
Just in case of someone is interested:
the problem is corrected with:
1/ using DOMAIN\user and not just user
2/ migrate to 6.0.1.45

Thank's