$Id: README.txt,v 1.4 2012/12/27 09:20:30 peter Exp $

http://wiki.freebsd.org/Teams/clusteradm/ldap_access_control

Pre-setup:

# cd /usr/ports/net/p5-perl-ldap
# make config-recursive
(Take default options, but you can optionally turn off KERBEROS/GSSAPI to speed things up.)
# make install
You do ****NOT**** require openldap.  This is a perl ldap client that does not call openldap client libraries.

Copy /root/ldap-boot.tgz from admin.freebsd.org and extract it to /etc/ldap-client/

Pick one of the cron scripts:

*/10 * * * *	/usr/sbin/daemon -cf /usr/bin/lockf -s -t 0 /var/run/ldap-client.lock /etc/ldap-client/update-admin-cron.sh
*/10 * * * *	/usr/sbin/daemon -cf /usr/bin/lockf -s -t 0 /var/run/ldap-client.lock /etc/ldap-client/update-devs-cron.sh

Use the -admin- template for the ones that have admin accounts only, while -devs- is a full set
