Ticket #10 (accepted bug)
permit_site not working
| Reported by: | cary | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | 3.9.1 alpha 3 |
| Component: | rhostmush | Version: | 3.9.1 alpha |
| Severity: | bug | Keywords: | permit_site netmask |
| Cc: |
Description
According to 'wizhelp permit_site' it should override register_site and forbid_site, but it does not appear to do either.
For example, the following config directives do not allow one to connect from localhost as one would expect:
forbid_site 0.0.0.0 0.0.0.0 permit_site 127.0.0.1/32
Nor does
register_site 0.0.0.0 0.0.0.0 permit_site 127.0.0.1/32
present connections from localhost with the 'normal' connect screen or allow them to create a player object from the connect screen.
I've tried variations of separating the /## mask from the address with a space (as seen in wizhelp site lists2) as well as using a dotted-quad mask but have had no luck with them either.
Also, in the shipped netrhost.conf, trust_site is used as it it were permit_site in the various *_site examples and comments.
