SOLVED Problem with LDAP integration on Fedora11

Moderator: crythias

Post Reply
peter_sk
Znuny newbie
Posts: 53
Joined: 10 Jun 2010, 09:27
Znuny Version: 2.4.7

SOLVED Problem with LDAP integration on Fedora11

Post by peter_sk »

Hi!

I've installed and used the OTRS system on Windows 2003 maschine. LDAP integration worked fine form day one.
I tested then the performance on linux box and... VAU, I decided to migrate to linux (Fedora 11).

But.....

LDAP integration does not work. I coppied the Config.pm file from windows box, double checked it, and everything should be OK.
The problem is, that when agent tries to log on, this message appeares:
Software error:

Can't locate object method "disconnect" via package "Net::LDAP" at ../..//Kernel/System/Auth/LDAP.pm line 220.
When I look into the LDAP.pm file at line 220:

Code: Select all

$LDAP->disconnect;
I don't think that programers made a mistake here. Or did they? :?
Did somebody have this problem?
Please help!

Peter
Last edited by peter_sk on 12 Aug 2010, 13:25, edited 1 time in total.
OTRS 2.4.7 with ITSM 2.0.3. running on Linux Fedora 12
peter_sk
Znuny newbie
Posts: 53
Joined: 10 Jun 2010, 09:27
Znuny Version: 2.4.7

SOLVED Re: Problem with LDAP integration on Fedora11

Post by peter_sk »

Hi guys.... just to let you know: I solved this issue.

diconnect command doesn't work on perl.LDAP 0.20. I installed version 0.39 and it works just fine!

Peter
OTRS 2.4.7 with ITSM 2.0.3. running on Linux Fedora 12
Post Reply