2

I see that OpenLDAP has a backend for Unix sockets, but can it be used with IP sockets? or does an IP-socket backend exists?

Maurice Perry
  • 315
  • 2
  • 13

2 Answers2

1

EDIT: Sorry, read too fast. Backend.

Don't know if an IP backend exist, but you can always use a tool like socat to forward the unix socket over TCP.

b0fh
  • 3,313
  • 1
  • 21
  • 32
-5

From answers in

I understood that it cannot be because open source developers do not want them to be installable on WIndows also

  • -1, You misunderstood that. Windows has specific licensing for network services hosted on it. Samba would violate those license agreements, so it's really not possible to run it on Windows. Microsoft (by way of licensing) prevents Samba on Windows; it has nothing to do with open source programmers. Further; Samba has nothing to do with OpenLDAP backends. – Chris S Aug 13 '10 at 13:13
  • Samba is a free software alternative to Windows. As you are using Samba, you certainly do not want to bother with a complicated Windows, with complicated licences... – MUY Belgium Sep 23 '18 at 15:42