docs:smbdotconf: make formatting of headers uniform.
[bbaumbach/samba-autobuild/.git] / docs-xml / smbdotconf / security / usernamemapscript.xml
1 <samba:parameter name="username map script"
2                  context="G"
3                  type="string"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6         <para>This script is a mutually exclusive alternative to the 
7         <smbconfoption name="username map"/> parameter.  This parameter 
8         specifies and external program or script that must accept a single 
9         command line option (the username transmitted in the authentication
10         request) and return a line on standard output (the name to which
11         the account should mapped).  In this way, it is possible to store
12         username map tables in an LDAP or NIS directory services.
13         </para>
14 </description>
15
16 <value type="default"/>
17 <value type="example">/etc/samba/scripts/mapusers.sh</value>
18 </samba:parameter>