|
Bugzilla – Full Text Bug Listing |
| Summary: | Hylafax hosts.hfaxd and SUSE 10 issue | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | J blamson <trout_256> |
| Component: | Other | Assignee: | Karsten Keil <karsten.keil> |
| Status: | VERIFIED WORKSFORME | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | i586 | ||
| OS: | SuSE Linux 10.0 | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
J blamson
2005-10-27 15:30:25 UTC
Might be a bug, or the syntax could have been changed. Karsten: Please enlighten us. The format has be restricted because security issues (for details see bug #64550) and is described in the documentation (e.g. man hosts.hfaxd) Here some hints: For example, hosts.hfaxd entries that may be common are 192.168.0 username:uid:pass:adminpass user@host After updating, these entries will need to be changed in order to continue to function. Respectively, the correct entries should be 192.168.0.[0-9]+ username@:uid:pass:adminpass user@host Unless such maching of "username" with "otherusername" and "host" with "hostname" is desired, the proper form of these entries should include the delimiter and markers like this @192.168.0.[0-9]+$ ^username@:uid:pass:adminpass ^user@host$ So 192/.168/.2/.::: is invalid and should be @192.168.2.[0-255]+$ A more correct string is: @192.168.2.[0-9]+$ |