[top] [TitleIndex] [WordIndex]

s/ldap

Setting up OpenLDAP on our cluster for Single Sign On

On the server do this. Note that db4.6-util is the latest version I found by doing apt-cache search db|grep util|grep Berkeley.

apt-get install slapd ldap-utils db4.6-util

Edit /etc/ldap/ldap.conf and uncomment:

BASE    dc=example,dc=com

2013-05-11 18:34