More cleanups to be done.
authorJohn Terpstra <jht@samba.org>
Fri, 1 Dec 2006 13:53:26 +0000 (13:53 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 16:53:42 +0000 (11:53 -0500)
docs/smbdotconf/logon/abortshutdownscript.xml
docs/smbdotconf/logon/addgroupscript.xml
docs/smbdotconf/logon/addmachinescript.xml
docs/smbdotconf/protocol/aclmapfullcontrol.xml

index f1ac6183dce61979c8dadbc236a59066b4daaa95..14b04058ccd4bd76ffd9cfec9447d7c83f89f0af 100644 (file)
@@ -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>
index c40cb94df2dae299ac991a962837a271e82de195..3804e144ffc8fa289c9d23e081c3973bac0561da 100644 (file)
@@ -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>
index c227a67c4cc29620e5d19cd0e8d6466cdcfedef2..22b91bd05e1f57388a24e0a2bc48af87d6aad878 100644 (file)
@@ -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"/>
index dfdeac44ae666d7af4b6971b3597123cc7f5877b..c38ac3cfbfa1b2e42ed6b578f1e3e296a60f546c 100644 (file)
@@ -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>