https://bugzilla.samba.org/show_bug.cgi?id=4318





------- Comment #3 from [EMAIL PROTECTED]  2007-01-02 23:05 MST -------
(In reply to comment #2)
> Erratum for my demo daemon: the configuration file should set "max connections
> = 1" with a global "lock file" to avoid tons of nasty outcomes when a client
> connects in the middle of configuration updating.  It might be nice if the
> daemon placed some kind of advisory read lock on its configuration file while
> reading the file so that other processes could safely update the file by
> placing a write lock.  Bonus points if the daemon keeps the lock while reading
> the secrets file so it can avoid reading a secrets file newer than the
> configuration file.
> 

The idea of a dummy module is ideal, otherwise the server is open to abuse for
unwanted connections.

A wishlist is to have rsync authenticate against a DB or LDAP to get round the
nasty file read/write lock issue.


-- 
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.
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to