Ticket #10 (accepted bug)

Opened 2 months ago

Last modified 2 months ago

permit_site not working

Reported by: cary Owned by:
Priority: high Milestone: 3.9.1 alpha 1
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.

Change History

Changed 2 months ago by loki

  • owner deleted
  • status changed from new to assigned

Changed 2 months ago by loki

  • status changed from assigned to accepted

Changed 2 months ago by loki

  • version changed from 3.9.0alpha to 3.9.1alpha

Changed 2 months ago by loki

  • priority changed from normal to high
  • milestone changed from 3.9.1 alpha 1 to 3.9.1 alpha 2
Note: See TracTickets for help on using tickets.