Displaying 2 results from an estimated 2 matches for "user1_dir".
2004 Jan 05
0
@ERROR: auth failed on module user1_dir
Hi
I cant get the user auth to work. Do anyone have any suggestions. See
config below
---/etc/rsyncd.conf---
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...
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)...