1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
gnarwl for Debian
-----------------
The configuration for gnarwl requires a few adaptions:
- Adapt /etc/gnarwl.cfg to your LDAP setup.
- Include a phamm-vacation.schema (or use another schema instead)
Simply add this line below others include lines in /etc/ldap/slapd.conf:
include /etc/ldap/schema/phamm-vacation.schema
(and restart slapd OpenLDAP server).
- Configuration file /etc/gnarwl.cfg should belong to the gnarwl user and have
file permission 0400.
- /var/lib/gnarwl/block should belog to the gnarwl user and have permission to
read and write in directory.
-- Francesco Zanolin <francesco.zanolin@ingv.it> Sat, 20 Mar 2010 06:33:26 +0100
|