I'm probably missing something basic but I've followed through the setup of OTRS on a Windows 2008 server. It runs fine but I can't seem to get the LDAP working. I'm using the same settings that I use in other apps. Is there someplace I need to kick off the sync? Any hints would be appreciated or if there is any documentation specifically in a windows environment.
Thanks,
Joe C.
LDAP integration in Windows Environment
Moderator: crythias
-
- Znuny superhero
- Posts: 723
- Joined: 10 Oct 2007, 14:30
- Znuny Version: 3.0
- Location: Hamburg, Germany
Re: LDAP integration in Windows Environment
You do not need specific LDAP integration for Windows, just make sure that your search criteria meets MS AD requirements.
By what you describe I could guess a dozen points that could be wrong. Please go into detail about what you want to achieve and which kind of error comes up.
By what you describe I could guess a dozen points that could be wrong. Please go into detail about what you want to achieve and which kind of error comes up.
openSuSE on ESX
IT-Helpdesk: OTRS 3.0
Customer Service: OTRS 3.0 (upgraded from 2.3)
Customer Service (subsidiary): OTRS 3.0
+additional test and development systems
IT-Helpdesk: OTRS 3.0
Customer Service: OTRS 3.0 (upgraded from 2.3)
Customer Service (subsidiary): OTRS 3.0
+additional test and development systems
-
- Znuny newbie
- Posts: 4
- Joined: 11 May 2011, 22:37
- Znuny Version: 2.4.3
- Real Name: Joseph Clarizio
Re: LDAP integration in Windows Environment
Sorry for the delay in responding as I got sidetracked by another project.
Basically all we want is to populate our customers from the AD. I actually don't get any errors I just never see the AD users within OTRS. I will admit AD is not my strong area but the setup seems pretty straight forward so I'm not sure what I am missing.
Thanks
Basically all we want is to populate our customers from the AD. I actually don't get any errors I just never see the AD users within OTRS. I will admit AD is not my strong area but the setup seems pretty straight forward so I'm not sure what I am missing.
Thanks
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: LDAP integration in Windows Environment
can you post your Config.pm with redacted connection strings?
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
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
-
- Znuny newbie
- Posts: 4
- Joined: 11 May 2011, 22:37
- Znuny Version: 2.4.3
- Real Name: Joseph Clarizio
Re: LDAP integration in Windows Environment
I was about to post my config.pm and realized it doesn't have any of my settings in it. I've been using the admin sysconfig browser interface but can't figure out where it is saving the info. Should I be manually editing the config.pm instead? If so what is the sysconfig for?
Thanks for your help.
Thanks for your help.
Re: LDAP integration in Windows Environment
LDAP Connections (or to other customer databases) can not be made via sysconfig. Also specials like ACLs need to be written in the Config file...
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny newbie
- Posts: 4
- Joined: 11 May 2011, 22:37
- Znuny Version: 2.4.3
- Real Name: Joseph Clarizio
Re: LDAP integration in Windows Environment
Thanks to everyone who replied. You've pointed me in the right direction for now. I'm sure I'll be back and hopefully can contribute also as I work my way through this.