From: Adam Dickmeiss Date: Mon, 30 May 2005 13:21:59 +0000 (+0000) Subject: Document directives passwd,passwd.c,perm X-Git-Tag: ZEBRA.1.3.28~4 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=7782eadc5ee1c10e976f6fdfcdd73bbcee42d506;p=idzebra-moved-to-github.git Document directives passwd,passwd.c,perm --- diff --git a/doc/administration.xml b/doc/administration.xml index dca0506..b9f7bc7 100644 --- a/doc/administration.xml +++ b/doc/administration.xml @@ -1,5 +1,5 @@ - + Administrating Zebra - + + + passwd.c: file + + + Specifies a file with description of user accounts for Zebra. + File format is similar to that used by the passwd directive except + that the password are encrypted. Use Apache's htpasswd or similar + for maintenanace. + + + + + + perm.user: + permstring + + + Specifies permissions (priviledge) for a user that are allowed + to access Zebra via the passwd system. There are two kinds + of permissions currently: read (r) and write(w). By default + users not listed in a permission directive are given the read + priviledge. To specify permissions for a user with no + username, or Z39.50 anonymous style use + anonymous. The permstring consists of + a sequence of characters. Include character w + for write/update access, r for read access. + + + +