# INSTALL
case "$ACTION" in
post)
	chown ldap:ldap etc/openldap/slapd.conf
	chown -R ldap:ldap var/lib/openldap
	;;
esac
