diff options
-rw-r--r-- | docs/smbdotconf/logon/addusertogroupscript.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/smbdotconf/logon/addusertogroupscript.xml b/docs/smbdotconf/logon/addusertogroupscript.xml index 74ac6071a1..7e09965989 100644 --- a/docs/smbdotconf/logon/addusertogroupscript.xml +++ b/docs/smbdotconf/logon/addusertogroupscript.xml @@ -11,6 +11,10 @@ Any <parameter moreinfo="none">%g</parameter> will be replaced with the group name and any <parameter moreinfo="none">%u</parameter> will be replaced with the user name. </para> + + <para>Note that the <command>adduser</command> command used in the example below does + not support the used syntax on all systems. </para> + </description> <value type="default"></value> <value type="example">/usr/sbin/adduser %u %g</value> |