
Quoting Robert Kehl
On Thursday, April 01, 2004 2:38 PM denis.pers@free.fr
wrote: Apr 1 11:19:15 maild OTRS-CGI-10[16680]: [Error][Kernel::System::CustomerUser:: LDAP::CustomerSearch][Line:136]: No such object
It seems, LDAP doesn't find a thing.
BaseDN => 'ou=groupe',
Are you sure this is correct?
UserDN => '', UserPw => '',
Are you sure an anonymous user is allowed to read from Exchange's LDAP?
When I do an ldap request with ldapsearch, everything is correct: result: 0 Success
It seems again, LDAP doesn't find a thing, so it's not "correct".
hth,
Robert Kehl
-- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Tel. +49 (0)6172 4832388 _______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting für Ihr OTRS System? => http://www.otrs.de/
Thanks for your help, I've done an error in my config file: BaseDN => 'ou=groupe', And it is BaseDN => 'o=groupe', Regards.