syncing tree with SAMBA_3_0
[Samba.git] / docs / docbook / smbdotconf / logon / addgroupscript.xml
blob25906d0889998de63068d2751a9adb26752320d5
1 <samba:parameter name="add group script"
2                  context="G"
3                  advanced="1" developer="1"
4                  xmlns:samba="http://samba.org/common">
5 <listitem>
6         <para>This is the full pathname to a script that will be run
7         <emphasis>AS ROOT</emphasis> by <citerefentry>
8         <refentrytitle>smbd</refentrytitle><manvolnum>8</manvolnum></citerefentry>
9         when a new group is requested. It will expand any <parameter
10         moreinfo="none">%g</parameter> to the group name passed. This
11         script is only useful for installations using the Windows NT
12         domain administration tools. The script is free to create a
13         group with an arbitrary name to circumvent unix group name
14         restrictions. In that case the script must print the numeric gid
15         of the created group on stdout.</para>
16 </listitem>
17 </samba:parameter>