/[gnats]/gnats/gnats/gnatsd.access
ViewVC logotype

Diff of /gnats/gnats/gnatsd.access

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by pdm, Tue Oct 16 15:06:56 2001 UTC revision 1.6 by yngves, Mon Oct 14 11:42:25 2002 UTC
# Line 12  Line 12 
12  #            "*" matches anything; "?" matches any single character  #            "*" matches anything; "?" matches any single character
13  #  #
14  #       * userid:   a user id to gain access to gnatsd  #       * userid:   a user id to gain access to gnatsd
15  #       * password: a password for the user.  Passwords prefixed by $0$ are  #       * password: a password for the user.  Passwords prefixed by
16  #               assumed to be plain-text.  Passwords without a prefix are  #         $0$ are assumed to be plain-text.  Passwords without a $0$
17  #               assumed to be encrypted with standard crypt(), while passwords  #         prefix are assumed to be encrypted with standard
18  #               prefixed with $1$ are assumed to be MD5 encrypted.  #         crypt(). For example, on FreeBSD systems, no prefix implies DES
19  #               MD5 and crypt() encryption may not be available on all systems.  #         encryption, a prefix of $1$ implies MD5 encryption, while
20  #       * access-level: (default = edit)  #         $2$ prefix implies Blowfish encryption.  GNATS will support all then
21  #               deny     - gnatsd closes the connection  #         encryption methods supported by your system's crypt() routing.  An
22  #               none     - no further access until userid and password given  #         empty field value means that the user should not supply any
23  #               listdb   - same as 'none', except that the user is allowed to  #         password.
24  #                          list the available databases on the server  #       * access-level: (default = listdb)
25  #               view     - query and view PRs with Confidential=no only  #           deny     - gnatsd closes the connection
26  #               viewconf - query and view PRs with Confidential=yes  #           none     - no further access until userid and password given
27  #               edit     - full edit access  #           listdb   - same as 'none', except that the user is allowed to
28  #               admin    - full admin access (required for operations such as  #                      list the available databases on the server
29    #           view     - query and view PRs with Confidential=no only
30    #           viewconf - query and view PRs with Confidential=yes
31    #           edit     - full edit access
32    #           admin    - full admin access (required for operations such as
33  #                          deleting PRs)  #                          deleting PRs)
34  #         This overrides (increases but never lowers) the access level given  #         This overrides (increases but never lowers) the access level given
35  #         as the default for the user's host in the global gnatsd.conf file.  #         as the default for the user's host in the global gnatsd.conf file.
# Line 33  Line 37 
37  #         It's ignored in gnatsd-adm/gnatsd.access since this file is already  #         It's ignored in gnatsd-adm/gnatsd.access since this file is already
38  #         database specific.  #         database specific.
39  #  #
40  #*:*:view:  #*::view:

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26