Hi Leute,
ich habe ein komisches Problem, da ich auf 2008 umstelle habe ich das Phänomen das mein OTRS sich an einen Windows 2003 Server per LDAP ohne Probleme anmeldet,
stelle ich die IP auf den 2008 um geht es nicht? Muss was für den 2008 geändert werden?
$Self->{'Customer::AuthModule2'} = 'Kernel::System::CustomerAuth::LDAP';
$Self->{'Customer::AuthModule::LDAP::Host2'} = 10.10.10.10';
$Self->{'Customer::AuthModule::LDAP::BaseDN2'} ='DC=domain,DC=local';
$Self->{'Customer::AuthModule::LDAP::UID2'} = 'sAMAccountName';
$Self->{'Customer::AuthModule::LDAP::GroupDN2'} = 'CN=Verteilerliste,OU=Admin,DC=domain,DC=local';
$Self->{'Customer::AuthModule::LDAP::AccessAttr2'} = 'member';
$Self->{'Customer::AuthModule::LDAP::SearchUserDN2'} = 'otrsldap@domain.local';
$Self->{'Customer::AuthModule::LDAP::SearchUserPw2'} = 'Passwort';
$Self->{'Customer::AuthModule::LDAP::Params2'} = {
port => 389,
timeout => 120,
async => 0,
version => 3,
};
LDAP Sync an Windows 2008 schlägt fehl
-
- Znuny newbie
- Posts: 2
- Joined: 16 Nov 2012, 14:29
- Znuny Version: 3.0.7
-
- 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 Sync an Windows 2008 schlägt fehl
nimm den Port 3268
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
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
-
- Znuny newbie
- Posts: 2
- Joined: 16 Nov 2012, 14:29
- Znuny Version: 3.0.7
Re: LDAP Sync an Windows 2008 schlägt fehl
Hilft leider nicht..Fehler:
Can't connect to 10.10.10.10: IO::Socket::INET: connect: timeout
Can't connect to 10.10.10.10: IO::Socket::INET: connect: timeout