Re: help with rsync from a PC to Solaris2

2001-03-13 Thread Martin Pool
On 13 Mar 2001, "Darcy T. May" <[EMAIL PROTECTED]> wrote: > Thanks in advance for any help. . . > I am trying to use rsync from my PC at home to my Solaris2 server at work. > > When I try to rsync to my server I get this: > read error: Connection reset by peer > > The following is true about my

help with rsync from a PC to Solaris2

2001-03-13 Thread Darcy T. May
Thanks in advance for any help. . . I am trying to use rsync from my PC at home to my Solaris2 server at work. When I try to rsync to my server I get this: read error: Connection reset by peer The following is true about my setup: o I am running the F-Secure SSH Client o I am using a public key

Re: rsync daemon and client

2001-03-13 Thread Dave Dykstra
On Tue, Mar 13, 2001 at 06:36:41PM +0200, Giorgos Chatzilias wrote: > Dear all, > I would like please to ask how a client side rsync command is syntaxed. > The daemon runs at port 2000 (--port=2000) > and the rsyncd.conf is: > > [modulename] > path = /usr/tmp/lala > auth users = g

Re: [resend] patch: ldap authentication for rsyncd (2.4.6)

2001-03-13 Thread Dave Dykstra
On Tue, Mar 13, 2001 at 11:30:43AM -0500, Nicolas Williams wrote: > Nope. It would be better to integrate GSS and/or SASL support. > > PAM is best for initial authentication handling (e.g., user/password). > > GSS / SASL are best for network authentication (e.g., Kerberos, PKI, > etc...). > > N

rsync daemon and client

2001-03-13 Thread Giorgos Chatzilias
Dear all, I would like please to ask how a client side rsync command is syntaxed. The daemon runs at port 2000 (--port=2000) and the rsyncd.conf is: [modulename] path = /usr/tmp/lala auth users = giorgos secrets file = /usr/WWW/htdocs/winman/rsync-2.4.6/rsyncd.secrets The

Re: [resend] patch: ldap authentication for rsyncd (2.4.6)

2001-03-13 Thread Nicolas Williams
Nope. It would be better to integrate GSS and/or SASL support. PAM is best for initial authentication handling (e.g., user/password). GSS / SASL are best for network authentication (e.g., Kerberos, PKI, etc...). Nico On Tue, Mar 13, 2001 at 05:19:00PM +0100, Rief, Jacob wrote: > Hi, > Would'n

RE: [resend] patch: ldap authentication for rsyncd (2.4.6)

2001-03-13 Thread Rief, Jacob
Hi, Would'nt it be a better idea to use 'pam' for authentication instead of doing a hard-wired LDAP-authentication in rsync? This would include LDAP authentication through pam_ldap.so. Jacob > -Original Message- > From: Dave Dykstra [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 13, 2

Re: [resend] patch: ldap authentication for rsyncd (2.4.6)

2001-03-13 Thread Dave Dykstra
On Tue, Mar 13, 2001 at 03:04:40PM +0100, Stefan Nehlsen wrote: > hello, > > there was absolutely no reaction first time I posted this in december. > > With this patch you may use a ldap server for authentication of rsyncd users. Can you say more about how you intend to use this? Perhaps ther

[resend] patch: ldap authentication for rsyncd (2.4.6)

2001-03-13 Thread Stefan Nehlsen
hello, there was absolutely no reaction first time I posted this in december. With this patch you may use a ldap server for authentication of rsyncd users. cu, Stefan -- Stefan Nehlsen | ParlaNet Administration | [EMAIL PROTECTED] | +49 431 988-1260 LDAP support for rsyncd I have made a fe

how to deny host

2001-03-13 Thread lemon_3
hi all i have a rsyncd.conf file and i want to deny all host except my trust host,for example in rsyncd.conf: host deny = all ip addresses host allow = my ip address i read the manual but i am very new to the ip and netmask and don't know how to configure it.please tell me what the format is,m