Warning

 

Close
Confirm Action

Are you sure you wish to do this?

Cancel Confirm
AR15.COM
10/12/2011 10:05:34 AM EDT
Any experts here?

I have an OpenLDAP server running on Windows 2008 server as a windows service.

I need to add another ldap port for it to listen on and am having no luck finding information online on how to do it if the app is running as a service.

I can change the run.cmd file to listen on multiple listeners but then we run into the issue with it shutting down when a the user that starts the app logs off.  Instead of working around that I would like to modify the service so it will start up listening on multiple ports.

We are going to Linux soon but for now I need it running in this Windows environment.

Any ideas?
10/12/2011 4:34:17 PM EDT
[#1]
bump.  HELP!
10/12/2011 5:27:28 PM EDT
[#2]
Switch to linux faster.



Sorry all I know about is the linux side of things.
10/12/2011 5:39:24 PM EDT
[#3]
http://lupus.wikidot.com/install-openldap-on-win32

There is a reg key entry. Might help, might not.
10/12/2011 7:15:35 PM EDT
[#4]
Wish I could help, but who runs OpenLDAP on an 08 server?







I second the move to Linux faster.



Or run Linux in a VM and give it a NIC. Problem solved. Windows server running OpenLDAP on Linux.
10/12/2011 11:34:15 PM EDT
[#5]
OpenLDAP on an x86 machine running RedHat, Solaris 10 (x86) or Debian runs really well.

So, put me in the "Why aren't you running it on Linux?" camp.
10/13/2011 6:58:27 AM EDT
[#6]
We are going to Linux but are not there yet.  It will be another month or so and we will have switched.

FYI, it's a virtual machine so no way to run Linux as a virtual on the server.

I found the reg entries but had little luck getting them to work.  I'll play around with it some more.

The Linux option is planned but we can't do that in a day.  We will be there in a few weeks and need this working now.

For the time being we are just running it manually and telling the developers not to logoff the server's rdp session.