summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/logon
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-12-07 16:39:35 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:09 -0500
commit9cab43f5b9a7da5912d4478b0d461653ec4d38a6 (patch)
tree17593637fd2c8d7e043bcf937b31f1c273eead91 /docs/smbdotconf/logon
parente88d882fc6447dacb53ed2091e930481e9327f63 (diff)
downloadsamba-9cab43f5b9a7da5912d4478b0d461653ec4d38a6.tar.gz
samba-9cab43f5b9a7da5912d4478b0d461653ec4d38a6.tar.bz2
samba-9cab43f5b9a7da5912d4478b0d461653ec4d38a6.zip
Add note about portability of adduser
(This used to be commit e9cc83f8e2c739e26ea2851ab49329b4c05e2e59)
Diffstat (limited to 'docs/smbdotconf/logon')
-rw-r--r--docs/smbdotconf/logon/addusertogroupscript.xml4
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>