Changes to gnats/gnats/gnatsd.host_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.host_access diff -c gnats/gnats/gnatsd.host_access:1.6 gnats/gnats/gnatsd.host_access:1.7 *** gnats/gnats/gnatsd.host_access:1.6 Sun Oct 27 14:45:37 2002 --- gnats/gnats/gnatsd.host_access Thu May 1 07:46:43 2003 *************** *** 8,16 **** # # host:access-level:whatever # ! # * host: the hostname or IP address of the user contacting gnatsd. ! # Wildcard characters are supported: ! # "*" matches anything; "?" matches any single character # * access-level: (default = edit) # deny - gnatsd closes the connection # none - no further access until userid and password given --- 8,21 ---- # # host:access-level:whatever # ! # * host: the hostname or IP address of the host contacting gnatsd. ! # Wildcard characters are supported in the host field. ! # "*" 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. ! # # * access-level: (default = edit) # deny - gnatsd closes the connection # none - no further access until userid and password given