ich kaempfe nun schon seit einiger Zeit mit OTRS und der LDAP Authentifizierung.
Ich versuche eigentlich Agents + User via LDAP zu authentifizieren, kriegs aber noch nichtmal mit den Usern hin.
Nach tagelangem googlen erbitte ich nun euch um Hilfe.
./Kernel/Config.pm
Code: Select all
$Self->{'Customer::AuthModule'} = 'Kernel::System::CustomerAuth::LDAP';
$Self->{'Customer::AuthModule::LDAP::Host'} = 'ldap://sonstwas';
$Self->{'Customer::AuthModule::LDAP::BaseDN'} = 'OU=asd,DC=asd,DC=asd,DC=de';
$Self->{'Customer::AuthModule::LDAP::UID'} = 'uid';
# The following is valid but would only be necessary if the
# anonymous user does NOT have permission to read from the LDAP tree
$Self->{'Customer::AuthModule::LDAP::SearchUserDN'} = 'cn=LDAP_OTRS_BLA,cn=Users,dc=asd,dc=asd,dc=asd';
$Self->{'Customer::AuthModule::LDAP::SearchUserPw'} = 'BLA_BLA';
Code: Select all
Message: First bind failed! 80090308: LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data 52e, v1db1
Traceback (26365):
Module: Kernel::System::CustomerAuth::LDAP::Auth (v1.37) Line: 193
Module: Kernel::System::CustomerAuth::Auth (v1.34) Line: 151
Module: Kernel::System::Web::InterfaceCustomer::Run (v1.56.2.1) Line: 203
Module: ModPerl::ROOT::ModPerl::Registry::opt_otrs_bin_cgi_2dbin_customer_2epl::handler (unknown version) Line: 46
Module: (eval) (v1.43.2.1) Line: 204
Module: ModPerl::RegistryCooker::run (v1.43.2.1) Line: 204
Module: ModPerl::RegistryCooker::default_handler (v1.43.2.1) Line: 170
Module: ModPerl::Registry::handler (v1.99) Line: 31
Code: Select all
ldapsearch -h 192.168.1.42 -D "cn=LDAP_OTRS_BLA,cn=Users,dc=asd,dc=asd,dc=asd" -w BLA_BL -L "objectClass=*"
ldap_bind: Invalid credentials (49)
additional info: 80090308: LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data 52e, v1db1
Code: Select all
ldapsearch -h 192.168.1.42 -D "cn=LDAP_OTRS_BLA,cn=Users,dc=asd,dc=asd,dc=asd" -w BLA_BLA -L "objectClass=*"
version: 1
#
# LDAPv3
# base <> (default) with scope subtree
# filter: objectClass=*
# requesting: ALL
#
# search result
No such object (32)
Additional information: 0000208D: NameErr: DSID-031001E5, problem 2001 (NO_OBJECT), data 0, best match of:
''
# numResponses: 1
Hat nichts gebracht - mal abgesehen davon, dass ich nur LDAP benutze und nicht LDAPS ...
Komplette Konfigs brauche ich auch nicht, Denkanstößte wären sehr nett. =D