(solved)NET:LDAP on windows

Moderator: crythias

Post Reply
meukmans
Znuny newbie
Posts: 47
Joined: 04 May 2011, 21:03
Znuny Version: 3

(solved)NET:LDAP on windows

Post by meukmans »

Hi,

Anyone has a step by step guide to install the perl module NET:LDAP needed to use the AD integration for a windows 2008 r2 server ?

I have zero experiance with this kind of stuff...

Thanks
Last edited by meukmans on 19 May 2011, 10:16, edited 1 time in total.
OTRS 3.0.7 On Windows Server 2008 R2
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: NET:LDAP on windows

Post by crythias »

I'm not entirely certain it's necessary to install it... never seen that issue arise so far...
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
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: NET:LDAP on windows

Post by Wolfgangf »

Code: Select all

perl -MCPAN -e shell
install Net::LDAP
should be it; then go ahead and modify the settings in Config.pm to talk with your Win2008 AD server
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
meukmans
Znuny newbie
Posts: 47
Joined: 04 May 2011, 21:03
Znuny Version: 3

Re: NET:LDAP on windows

Post by meukmans »

And here I am trying all different things with 3th party tools for like 2 hours and a simple command line is enough :)

It is installed, ill try to edit the config file tonight.

Thank you very much Wolfgangf !
OTRS 3.0.7 On Windows Server 2008 R2
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: (solved)NET:LDAP on windows

Post by Wolfgangf »

no problem - my pleasure
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
meukmans
Znuny newbie
Posts: 47
Joined: 04 May 2011, 21:03
Znuny Version: 3

Re: (solved)NET:LDAP on windows

Post by meukmans »

So i installed the module and changed the config.pm. I can't login now, how can i check if all is ok ?
OTRS 3.0.7 On Windows Server 2008 R2
meukmans
Znuny newbie
Posts: 47
Joined: 04 May 2011, 21:03
Znuny Version: 3

Re: (solved)NET:LDAP on windows

Post by meukmans »

Argh, i made a mistake so stupid i don't even want to post it here :)

Thanks for the help guys, it works perfectly now!
OTRS 3.0.7 On Windows Server 2008 R2
meukmans
Znuny newbie
Posts: 47
Joined: 04 May 2011, 21:03
Znuny Version: 3

Re: (solved)NET:LDAP on windows

Post by meukmans »

After doing some testing i found out that agents can't change their password now. I guess this is because the user i made for the ldap connection only has read rights.

Any way to change this so that agents still can change their password (in our AD) ?

Thanks,
OTRS 3.0.7 On Windows Server 2008 R2
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: (solved)NET:LDAP on windows

Post by crythias »

Generally, no... but that's probably ok, because it *should* be the same as their login to the domain/active directory. Any of those methods would change the password for OTRS as well.
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
Post Reply