[SOLVED] LDAP IO Socket INET6 error

Moderator: crythias

Locked
aph
Znuny superhero
Posts: 646
Joined: 20 Jun 2014, 12:11
Znuny Version: 3.3.9, 4.x, 5.x

[SOLVED] LDAP IO Socket INET6 error

Post by aph »

After I was able to install and configure OTRS on a virtual machine, I wanted to install it on our server. However I get the following error when I try to authenticate users via AD:

Code: Select all

[Error][Kernel::System::Auth::LDAP::Auth][167] Can't connect to xxxx.dc1: IO::Socket::INET6: getaddrinfo: The requested name is valid, but no data of the requested type was found.
.

I had a smiliar problem during installation on a VM. There I got the error

Code: Select all

[Error][Kernel::System::Auth::LDAP::Auth][167] Can't connect to xxxx-xxxx.xxxx.intra: IO::Socket::INET6: connect: 10061
I was able to resolve the problem by setting inet=>1, in parameters, but it does not help in this case. What could be the problem?
Last edited by aph on 14 Jul 2014, 13:46, edited 1 time in total.
OTRS 3.3.x (private/testing) on Windows Server 2008 with MSSQL database.
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: LDAP IO Socket INET6 error

Post by crythias »

Inet4
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
aph
Znuny superhero
Posts: 646
Joined: 20 Jun 2014, 12:11
Znuny Version: 3.3.9, 4.x, 5.x

Re: LDAP IO Socket INET6 error

Post by aph »

I'm terribly sorry. I did mean to type inet4=>1. The error stays.
OTRS 3.3.x (private/testing) on Windows Server 2008 with MSSQL database.
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: LDAP IO Socket INET6 error

Post by crythias »

please post your config.pm.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
aph
Znuny superhero
Posts: 646
Joined: 20 Jun 2014, 12:11
Znuny Version: 3.3.9, 4.x, 5.x

[SOLVED] Re: LDAP IO Socket INET6 error

Post by aph »

The problem has been solved. The OTRS Search User was not able to read AD due to lack of permissions.

Sorry for the trouble.
OTRS 3.3.x (private/testing) on Windows Server 2008 with MSSQL database.
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
Locked