From e14b48004c060bfbb6649e35e635dacd0983ac3e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 30 May 2005 13:22:11 +0000 Subject: [PATCH] Document directives passwd,passwd.c,perm --- doc/administration.xml | 55 ++++++++++++++++++++++++++++++++++-------------- 1 file changed, 39 insertions(+), 16 deletions(-) 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. + + + + -- 1.7.10.4