svn commit: samba-docs r300 - in trunk/smbdotconf/logon: .

jelmer at samba.org jelmer at samba.org
Tue Dec 7 16:39:35 GMT 2004


Author: jelmer
Date: 2004-12-07 16:39:35 +0000 (Tue, 07 Dec 2004)
New Revision: 300

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=300

Log:
Add note about portability of adduser

Modified:
   trunk/smbdotconf/logon/addusertogroupscript.xml


Changeset:
Modified: trunk/smbdotconf/logon/addusertogroupscript.xml
===================================================================
--- trunk/smbdotconf/logon/addusertogroupscript.xml	2004-12-07 16:32:50 UTC (rev 299)
+++ trunk/smbdotconf/logon/addusertogroupscript.xml	2004-12-07 16:39:35 UTC (rev 300)
@@ -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>



More information about the samba-cvs mailing list