From: John Terpstra Date: Fri, 1 Dec 2006 13:53:26 +0000 (+0000) Subject: More cleanups to be done. X-Git-Tag: samba-3.3.0pre1~1729 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=303ac0c682dbe5121a9b20adf0c6b2d56bd8632a;p=thirdparty%2Fsamba.git More cleanups to be done. --- diff --git a/docs/smbdotconf/logon/abortshutdownscript.xml b/docs/smbdotconf/logon/abortshutdownscript.xml index f1ac6183dce..14b04058ccd 100644 --- a/docs/smbdotconf/logon/abortshutdownscript.xml +++ b/docs/smbdotconf/logon/abortshutdownscript.xml @@ -11,6 +11,6 @@ If the connected user posseses the SeRemoteShutdownPrivilege, right, this command will be run as user. - + /sbin/shutdown -c diff --git a/docs/smbdotconf/logon/addgroupscript.xml b/docs/smbdotconf/logon/addgroupscript.xml index c40cb94df2d..3804e144ffc 100644 --- a/docs/smbdotconf/logon/addgroupscript.xml +++ b/docs/smbdotconf/logon/addgroupscript.xml @@ -1,18 +1,19 @@ + context="G" + type="string" + advanced="1" developer="1" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> - This is the full pathname to a script that will be run - AS ROOT by - smbd8 - when a new group is requested. It will expand any %g 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. + + This is the full pathname to a script that will be run AS ROOT by + smbd8 when a new group is requested. It + will expand any %g 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. + + + +/usr/sbin/groupadd %g diff --git a/docs/smbdotconf/logon/addmachinescript.xml b/docs/smbdotconf/logon/addmachinescript.xml index c227a67c4cc..22b91bd05e1 100644 --- a/docs/smbdotconf/logon/addmachinescript.xml +++ b/docs/smbdotconf/logon/addmachinescript.xml @@ -4,11 +4,12 @@ advanced="1" developer="1" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> - This is the full pathname to a script that will be run by - smbd - 8 when a machine is added - to Samba's domain and a Unix account matching the machine's name - appended with a "$" does not already exist. + + This is the full pathname to a script that will be run by + smbd 8 when a machine is + added to Samba's domain and a Unix account matching the machine's name appended with a "$" does not + already exist. + diff --git a/docs/smbdotconf/protocol/aclmapfullcontrol.xml b/docs/smbdotconf/protocol/aclmapfullcontrol.xml index dfdeac44ae6..c38ac3cfbfa 100644 --- a/docs/smbdotconf/protocol/aclmapfullcontrol.xml +++ b/docs/smbdotconf/protocol/aclmapfullcontrol.xml @@ -1,16 +1,17 @@ + context="S" + type="boolean" + advanced="1" wizard="1" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> - This boolean parameter controls whether smbd - 8maps 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. - + + This boolean parameter controls whether smbd + 8maps 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. + True