Changes to gnats/gnats/gnatsd.user_access

Yngve Svendsen <[email protected]> Thu, 01 May 2003 07:46:43 -0400
Newsgroups gmane.comp.bug-tracking.gnats.patches
Message-ID <[email protected]>
Index: gnats/gnats/gnatsd.user_access
diff -c gnats/gnats/gnatsd.user_access:1.1 gnats/gnats/gnatsd.user_access:1.2
*** gnats/gnats/gnatsd.user_access:1.1	Sun Oct 27 14:45:04 2002
--- gnats/gnats/gnatsd.user_access	Thu May  1 07:46:43 2003
***************
*** 9,15 ****
  #	userid:password:access-level:database-alias
  #
  #       Wildcard characters are supported for userid, password and database.
! #            "*" matches anything; "?" matches any single character
  #
  #       * userid:   a user id to gain access to gnatsd
  #       * password: a password for the user.  Passwords prefixed by
--- 9,19 ----
  #	userid:password:access-level:database-alias
  #
  #       Wildcard characters are supported for userid, password and database.
! #		"*" matches anything; "?" matches any single character.
! #		NOTE: When authenticating, GNATS reads the entries in this file in
! #		sequence until a match is found.  This means that wildcard entries
! #		must be placed near the end of the file, otherwise, they will 
! #		override non-wildcard entries appearing after the wildcard ones.
  #
  #       * userid:   a user id to gain access to gnatsd
  #       * password: a password for the user.  Passwords prefixed by