diff options
author | Volker Lendecke <vlendec@samba.org> | 2002-09-27 07:02:43 +0000 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2002-09-27 07:02:43 +0000 |
commit | e9878f0bbe0193f1d3ba9eeab5df5a866e40fcf3 (patch) | |
tree | 3ab440324182f9143a5a6bdaa48e1ff34f8e8429 | |
parent | ccaba8c7dba70498365594637dcf8b663bbbda6e (diff) | |
download | samba-e9878f0bbe0193f1d3ba9eeab5df5a866e40fcf3.tar.gz samba-e9878f0bbe0193f1d3ba9eeab5df5a866e40fcf3.tar.bz2 samba-e9878f0bbe0193f1d3ba9eeab5df5a866e40fcf3.zip |
Do not update manpages directly...
(This used to be commit 685387b0109e880e30191fbea0aad1e5c677273a)
-rw-r--r-- | docs/docbook/manpages/smb.conf.5.sgml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/docbook/manpages/smb.conf.5.sgml b/docs/docbook/manpages/smb.conf.5.sgml index cc521d358d..0c565e7e51 100644 --- a/docs/docbook/manpages/smb.conf.5.sgml +++ b/docs/docbook/manpages/smb.conf.5.sgml @@ -1139,7 +1139,16 @@ <varlistentry><term><anchor id="ADDGROUPSCRIPT">add group script (G)</term> <listitem><para>This is the full pathname to a script that will - be run <emphasis>AS ROOT</emphasis> by <ulink url="smbd.8.html">smbd(8)</ulink> when a new group is requested. It will expand any <parameter>%g</parameter> to the group name passed. This script is only useful for installations using the Windows NT domain administration tools. + be run <emphasis>AS ROOT</emphasis> by <ulink + url="smbd.8.html">smbd(8)</ulink> when a new group is + requested. It will expand any + <parameter>%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></listitem> </varlistentry> |