From: Adam Dickmeiss Date: Mon, 30 May 2005 13:22:11 +0000 (+0000) Subject: Document directives passwd,passwd.c,perm X-Git-Tag: snippet.version.1~16 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=e14b48004c060bfbb6649e35e635dacd0983ac3e Document directives passwd,passwd.c,perm --- diff --git a/doc/administration.xml b/doc/administration.xml index dca0506..6f29d82 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. + + + +