Install and Configure an openLDAP Server
Loading...
36,903
Uploader Comments (theurbanpenguin)
see all
All Comments (6)
-
2 days into installing OpenLDAP, still no go. I installed it on Ubuntu 9.1 and it didnt prompt me for a password. Any ideas on what i could do????
-
How can I set TLS/SSL on Debian?
-
Very Clear and Concise. Just what I was looking for.
Great Video :).
Can I do the same using ubuntu?
Thanks
Loading...
Using wireshark on opensuse 11.2 I discovered that the ldap server was flooded with ldapsearch requests. Turns out that when you use the Yast LDAP Client module to enable your ldap clients, it also turns on ip service lookup via ldap. If you don't store service names/ports in ldap and don't want your server to get really busy with useless request, edit /etc/nsswitch.conf and change
services: files ldap
to
services: files
and restart the name service cache daemon (rcnscd restart)
winfriedmb2 2 years ago
Great comment, thank you
theurbanpenguin 2 years ago
More or less the same with Ubuntu
theurbanpenguin 2 years ago