X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=m4%2Fgengetopt%2Faudiod.m4;h=75c045817898e8b840dc4734cd547ad282e67580;hb=9d8fdf8898418711558f70a9630b2444036d8285;hp=2e6f936f3a94d058ee35d24afd59ca9966f958cf;hpb=0879c9de4eaf8c78131c243d8e9fec013df0d14a;p=paraslash.git diff --git a/m4/gengetopt/audiod.m4 b/m4/gengetopt/audiod.m4 index 2e6f936f..75c04581 100644 --- a/m4/gengetopt/audiod.m4 +++ b/m4/gengetopt/audiod.m4 @@ -20,6 +20,7 @@ include(log_timing.m4) include(daemon.m4) include(user.m4) include(group.m4) +include(priority.m4) ######################## @@ -82,20 +83,21 @@ details=" option "user-allow" - #~~~~~~~~~~~~~~~~~~~~ -"allow this uid" -int typestr="uid" -default="-1" +"allow this user to connect to audiod" +string typestr = "username" optional multiple -details=" - Allow the user identified by \"uid\" to connect to para_audiod. - May be specified multiple times. If not specified at all, - all users are allowed to connect. - - This feature requires unix socket credentials and is currently - only supported on Linux systems. On other operating systems, - the option is silently ignored and all local users are allowed - to connect to para_audiod. +details = " + Allow the user identified by username (either a string or + a UID) to connect to para_audiod. This option may be given + multiple times. If not specified at all, all users are allowed + to connect. + + This feature is based on the ability to send unix + credentials through local sockets using ancillary data + (SCM_CREDENTIALS). Currently it only works on Linux. On + other operating systems the option is silently ignored and + all local users are allowed to connect. " option "clock-diff-count" -