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