samba-bugs@samba.org
2008-Apr-23 16:38 UTC
DO NOT REPLY [Bug 5411] New: rsyncd.conf allow does not like CNAME
https://bugzilla.samba.org/show_bug.cgi?id=5411 Summary: rsyncd.conf allow does not like CNAME Product: rsync Version: 2.6.9 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: marc@perkel.com QAContact: rsync-qa@samba.org When using rsyncd.conf - if the host allow uses a host name and when the FCrDNS of the host name is verified, if the reverse pointer references a CNAME - it doesn't work. The following fails. hosts allow = *.ctyme.com Example: 65.49.42.30 ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 31491 ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 3, ADDITIONAL: 5 ;; QUESTION SECTION: ;30.42.49.65.in-addr.arpa. IN PTR ;; ANSWER SECTION: 30.42.49.65.in-addr.arpa. 22931 IN CNAME 30.subnet0.42.49.65.in-addr.arpa. 30.subnet0.42.49.65.in-addr.arpa. 8590 IN PTR dns0.ctyme.com. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
samba-bugs at samba.org
2011-Jan-04 03:21 UTC
DO NOT REPLY [Bug 5411] rsyncd.conf allow does not like CNAME
https://bugzilla.samba.org/show_bug.cgi?id=5411 wayned at samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Comment #1 from wayned at samba.org 2011-01-03 21:21 CST ------- The 3.1.0dev version will now support a CNAME for a host as long as you list the hostname(s) explicitly (i.e. don't try to wild-card match a CNAME). Wildcard matching can only work against the reverse-DNS name of the connecting IP, since there is no good way to ask for all the IPs that match a wildcard hostname. Example: hosts allow = bar.foo.com That will allow host baz.foo.com to connect if bar.foo.com is a CNAME for baz.foo.com -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.