X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fadministration.xml;h=6f29d82ded11b65b9bc6f12fb16c502fbc6504eb;hb=74c8a62d1403d51315d58bd293b6284490e78003;hp=dca0506281701ef62e740cbf9d123f62badd5762;hpb=3aa36f2aff049abbb012fab528183a189c06663f;p=idzebra-moved-to-github.git 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. + + + +