Displaying 2 results from an estimated 2 matches for "user2_dir".
Did you mean:
user1_dir
2004 Jan 05
0
@ERROR: auth failed on module user1_dir
...-
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsync.lock
uid = rsync
gid = users
[user1_dir]
path = /home/rsync
comment = user1 test bibliotek
read only = false
auth users = user1
secrets file = /etc/rsyncd.secrets
[user2_dir]
path = /home/rsync1
comment = user2 test bibliotek
read only = false
auth users = user2
secrets file = /etc/rsyncd.secrets
-------end------------
---etc/rsyncd.secrets---
user1:u1
user2:u2
-------end------------
to connect from Cygwin do I Use:
$ rsync...
2004 Apr 13
0
Samba 3, openldap, follow symlinks doesn't work
Hi all,
I have a samba 3 server, and I want my users from Linux to access
shares on this server (like everybody:) ) .
I have these directories :
user1_dir for user1
user2_dir for user2
share for all
On the server, I have this directory structure :
/home/users/user1_dir
/home/users/user2_dir
/home/data/share
I have a symbolic link in user1_dir and in user2_dir pointing to
/home/data/share ( ln -s /home/data/share /home/users/user1_dir/share)
I want them to only m...