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?
Asked
Active
Viewed 336 times
2 Answers
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
- https://serverfault.com/questions/168183/open-source-alternatives-to-ms-ad-features-but-installable-on-ms-windows-close
- running Samba Active Directory Server on Windows desktop (for developing)
I understood that it cannot be because open source developers do not want them to be installable on WIndows also

Gennady Vanin Геннадий Ванин
- 687
- 3
- 13
- 28
-
-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