svn commit: samba-docs r1002 - in trunk/smbdotconf: logon protocol

jht at samba.org jht at samba.org
Fri Dec 1 13:53:27 GMT 2006


Author: jht
Date: 2006-12-01 13:53:26 +0000 (Fri, 01 Dec 2006)
New Revision: 1002

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

Log:
More cleanups to be done.
Modified:
   trunk/smbdotconf/logon/abortshutdownscript.xml
   trunk/smbdotconf/logon/addgroupscript.xml
   trunk/smbdotconf/logon/addmachinescript.xml
   trunk/smbdotconf/protocol/aclmapfullcontrol.xml


Changeset:
Modified: trunk/smbdotconf/logon/abortshutdownscript.xml
===================================================================
--- trunk/smbdotconf/logon/abortshutdownscript.xml	2006-11-28 22:33:45 UTC (rev 1001)
+++ trunk/smbdotconf/logon/abortshutdownscript.xml	2006-12-01 13:53:26 UTC (rev 1002)
@@ -11,6 +11,6 @@
 	<para>If the connected user posseses the <constant>SeRemoteShutdownPrivilege</constant>,
 	right, this command will be run as user.</para>
 </description>
-<value type="default"></value>
+<value type="default"/>
 <value type="example">/sbin/shutdown -c</value>
 </samba:parameter>

Modified: trunk/smbdotconf/logon/addgroupscript.xml
===================================================================
--- trunk/smbdotconf/logon/addgroupscript.xml	2006-11-28 22:33:45 UTC (rev 1001)
+++ trunk/smbdotconf/logon/addgroupscript.xml	2006-12-01 13:53:26 UTC (rev 1002)
@@ -1,18 +1,19 @@
 <samba:parameter name="add group script"
-                 context="G"
-				 type="string"
-                 advanced="1" developer="1"
-                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+		context="G"
+		type="string"
+		advanced="1" developer="1"
+		xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
-	<para>This is the full pathname to a script that will be run
-	<emphasis>AS ROOT</emphasis> by <citerefentry>
-	<refentrytitle>smbd</refentrytitle><manvolnum>8</manvolnum></citerefentry>
-	when a new group is requested. It will expand any <parameter
-	moreinfo="none">%g</parameter> to the group name passed. This
-	script is only useful for installations using the Windows NT
-	domain administration tools. The script is free to create a
-	group with an arbitrary name to circumvent unix group name
-	restrictions. In that case the script must print the numeric gid
-	of the created group on stdout.</para>
+	<para>
+	This is the full pathname to a script that will be run <emphasis>AS ROOT</emphasis> by <citerefentry>
+	<refentrytitle>smbd</refentrytitle><manvolnum>8</manvolnum></citerefentry> when a new group is requested. It
+	will expand any <parameter moreinfo="none">%g</parameter> to the group name passed. This script is only useful
+	for installations using the Windows NT domain administration tools. The script is free to create a group with
+	an arbitrary name to circumvent unix group name restrictions. In that case the script must print the numeric
+	gid of the created group on stdout.
+	</para>
 </description>
+
+<value type="default"/>
+<value type="example">/usr/sbin/groupadd %g</value>
 </samba:parameter>

Modified: trunk/smbdotconf/logon/addmachinescript.xml
===================================================================
--- trunk/smbdotconf/logon/addmachinescript.xml	2006-11-28 22:33:45 UTC (rev 1001)
+++ trunk/smbdotconf/logon/addmachinescript.xml	2006-12-01 13:53:26 UTC (rev 1002)
@@ -4,11 +4,12 @@
                  advanced="1" developer="1"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
-	<para>This is the full pathname to a script that will  be run by
-	<citerefentry><refentrytitle>smbd</refentrytitle>
-	<manvolnum>8</manvolnum></citerefentry> when a machine is added
-	to Samba's domain and a Unix account matching the machine's name
-	appended with a &quot;$&quot; does not already exist. </para>
+	<para>
+	This is the full pathname to a script that will  be run by
+	<citerefentry><refentrytitle>smbd</refentrytitle> <manvolnum>8</manvolnum></citerefentry> when a machine is
+	added to Samba's domain and a Unix account matching the machine's name appended with a &quot;$&quot; does not
+	already exist.
+	</para>
 </description>
 
 <value type="default"/>

Modified: trunk/smbdotconf/protocol/aclmapfullcontrol.xml
===================================================================
--- trunk/smbdotconf/protocol/aclmapfullcontrol.xml	2006-11-28 22:33:45 UTC (rev 1001)
+++ trunk/smbdotconf/protocol/aclmapfullcontrol.xml	2006-12-01 13:53:26 UTC (rev 1002)
@@ -1,16 +1,17 @@
 <samba:parameter name="acl map full control"
-                 context="S"
-		 type="boolean"
-                 advanced="1" wizard="1"
-                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+		context="S"
+		type="boolean"
+		advanced="1" wizard="1"
+		xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
-    <para>This boolean parameter controls whether <citerefentry><refentrytitle>smbd</refentrytitle> 
-    <manvolnum>8</manvolnum></citerefentry>maps a POSIX ACE entry of "rwx" (read/write/execute),
-    the maximum allowed POSIX permission set, into a Windows ACL of "FULL CONTROL". If this
-    parameter is set to true any POSIX ACE entry of "rwx" will be returned in a Windows ACL as
-    "FULL CONTROL", is this parameter is set to false any POSIX ACE entry of "rwx" will be
-    returned as the specific Windows ACL bits representing read, write and execute.
-    </para>
+    <para>
+	This boolean parameter controls whether <citerefentry><refentrytitle>smbd</refentrytitle>
+	<manvolnum>8</manvolnum></citerefentry>maps a POSIX ACE entry of "rwx" (read/write/execute), the maximum
+	allowed POSIX permission set, into a Windows ACL of "FULL CONTROL". If this parameter is set to true any POSIX
+	ACE entry of "rwx" will be returned in a Windows ACL as "FULL CONTROL", is this parameter is set to false any
+	POSIX ACE entry of "rwx" will be returned as the specific Windows ACL bits representing read, write and
+	execute.
+	</para>
 </description>
 <value type="default">True</value>
 </samba:parameter>



More information about the samba-cvs mailing list