LDAP: Anbindung an ActiveDirectory- fehlendes Modul?

Hilfe zu Znuny Problemen aller Art
Locked
staybb
Znuny newbie
Posts: 51
Joined: 01 Jul 2011, 09:39
Znuny Version: 3.0.4

LDAP: Anbindung an ActiveDirectory- fehlendes Modul?

Post by staybb »

Ich habe gerade die LDAP Konfiguration in der Config.pm hinzugefügt.

Ich erhalte bei der OTRS Oberfläche folgende Fehlermeldung:
Software error:

Can't locate Net/LDAP.pm in @INC (@INC contains: /opt/otrs/bin/Custom /opt/otrs/bin/Kernel/cpan-lib /opt/otrs/bin /opt/otrs/bin/cgi-bin/../../Custom /opt/otrs/bin/cgi-bin/../../Kernel/cpan-lib /opt/otrs/bin/cgi-bin/../.. /etc/perl /usr/local/lib/perl/5.12.4 /usr/local/share/perl/5.12.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.12 /usr/share/perl/5.12 /usr/local/lib/site_perl .) at /opt/otrs/bin/cgi-bin/../../Kernel/System/CustomerUser/LDAP.pm line 17.
BEGIN failed--compilation aborted at /opt/otrs/bin/cgi-bin/../../Kernel/System/CustomerUser/LDAP.pm line 17.

For help, please send mail to the webmaster (webmaster@localhost), giving this error message and the time and date of the error.
Wolfgangf
Znuny ninja
Posts: 1029
Joined: 13 Apr 2009, 12:26
Znuny Version: 6.0.13
Real Name: Wolfgang Fürtbauer
Company: PBS Logitek GmbH
Location: Pinsdorf

Re: LDAP: Anbindung an ActiveDirectory- fehlendes Modul?

Post by Wolfgangf »

Code: Select all

perl -MCPAN -e shell
install Net::LDAP
sollte helfen
Produktiv:
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
Locked