Hi group, I'm a new to this list. I had a plain question. How can i build rsync to support TCPWRAPPERS? Thanks, Francism -------------- next part -------------- HTML attachment scrubbed and removed
On 12/4/06, francism <francism501@gmail.com> wrote:> I'm a new to this list. I had a plain question. > How can i build rsync to support TCPWRAPPERS?Do you mean you want to use tcpwrappers to restrict access to an rsync daemon? Rsync can already run as a daemon under inetd (see the rsyncd.conf man page for details), and as far as I can tell, you can configure tcpwrappers to launch rsync the same way that inetd would. You shouldn't need to rebuild rsync. Matt