ich habe mich die letzten Tage durch verschiedene Foren-Einträge gewühlt und auch viele Beispiele angeschaut. Leider bin ich bisher noch zu keiner Lösung meines Problems gekommen.
Ich habe eine Linux-VM LEAP42, auf dem das OTRS5-System installiert ist. Angebunden werden soll dies an eine AD (2003 Ebene).
Der von mir angepasste Teil in der Config.pm sieht wie folgt aus:
Code: Select all
$Self->{'AuthModule1'} = 'Kernel::System::Auth::LDAP';
$Self->{'AuthModule::LDAP::Host1'} = '192.168.41.10';
$Self->{'AuthModule::LDAP::BaseDN1'} = 'DC=domain,DC=local';
$Self->{'AuthModule::LDAP::UID1'} = 'sAMAccountName';
$Self->{'AuthModule::LDAP::GroupDN1'} = 'CN=otrl-allow,OU=Generisch,OU=MC,OU=SBSUsers,OU=Users,OU=MyBusiness,DC=domain,DC=local';
$Self->{'AuthModule::LDAP::AccessAttr1'} = 'memberUid';
$Self->{'AuthModule::LDAP::UserAttr1'} = 'DN';
$Self->{'AuthModule::LDAP::SearchUserDn1'} = 'CN=otrs-admin,OU=Generisch,OU=MC,OU=SBSUsers,OU=Users,OU=MyBusiness,DC=domain,DC=local';
$Self->{'AuthModule::LDAP::SearchUserPw1'} = 'Password';
Code: Select all
[Sun May 15 19:09:13 2016] Config.pm: Subroutine Load redefined at /opt/otrs/Kernel/Config.pm line 24.
ERROR: OTRS-CGI-90 Perl: 5.18.2 OS: linux Time: Sun May 15 19:09:18 2016
Message: Search failed! 000004DC: LdapErr: DSID-0C090748, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v2580
RemoteAddress: 192.168.41.155
RequestURI: /otrs/index.pl
Traceback (26720):
Module: Kernel::System::Auth::LDAP::Auth Line: 220
Module: Kernel::System::Auth::Auth Line: 158
Module: Kernel::System::Web::InterfaceAgent::Run Line: 228
Module: ModPerl::ROOT::ModPerl::Registry::opt_otrs_bin_cgi_2dbin_index_2epl::handler Line: 40
Module: (eval) (v1.99) Line: 207
Module: ModPerl::RegistryCooker::run (v1.99) Line: 207
Module: ModPerl::RegistryCooker::default_handler (v1.99) Line: 173
Module: ModPerl::Registry::handler (v1.99) Line: 32
ERROR: OTRS-CGI-90 Perl: 5.18.2 OS: linux Time: Sun May 15 19:09:18 2016
Message: No UserID found for 'otrs-admin@domain.de'!
RemoteAddress: 192.168.41.155
RequestURI: /otrs/index.pl
Traceback (26720):
Module: Kernel::System::User::UserLookup Line: 922
Module: Kernel::System::Auth::Auth Line: 241
Module: Kernel::System::Web::InterfaceAgent::Run Line: 228
Module: ModPerl::ROOT::ModPerl::Registry::opt_otrs_bin_cgi_2dbin_index_2epl::handler Line: 40
Module: (eval) (v1.99) Line: 207
Module: ModPerl::RegistryCooker::run (v1.99) Line: 207
Module: ModPerl::RegistryCooker::default_handler (v1.99) Line: 173
Module: ModPerl::Registry::handler (v1.99) Line: 32