aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2010-10-12 08:05:43 -0700
committerWayne Davison <wayned@samba.org>2010-10-12 10:34:38 -0700
commit5ebe9a46d7f3c846a6d665cb8c6ab8b79508a6df (patch)
tree3465ebb93bce22b899e0add70865506718724a9b /NEWS
parentd64bda1c1e79dc385f194d74f7957ce7cd118654 (diff)
downloadandroid_external_rsync-5ebe9a46d7f3c846a6d665cb8c6ab8b79508a6df.tar.gz
android_external_rsync-5ebe9a46d7f3c846a6d665cb8c6ab8b79508a6df.tar.bz2
android_external_rsync-5ebe9a46d7f3c846a6d665cb8c6ab8b79508a6df.zip
Add @group auth and overrides to "auth user" daemon config.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index aa0dfe5b..d116f9b9 100644
--- a/NEWS
+++ b/NEWS
@@ -83,6 +83,9 @@ Changes since 3.0.4:
daemon to complain about an inability to set explicitly-specified uid/gid
values, even when not run by a super-user.
+ - Added per-user authorization options and group-authorization support to
+ the daemon's "auth users" parameter.
+
- Added a way to reference environment variables in a daemon's config file
(using %VAR% references).