lib: Modernize a DEBUG
[samba4-gss.git] / docs-xml / smbdotconf / security / usernamemapscript.xml
blob7123c536455988c3f1fabd8e3807b4b125796937
1 <samba:parameter name="username map script"
2                  context="G"
3                  type="string"
4                  substitution="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 an 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 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 directory services.
14         </para>
15 </description>
17 <value type="default"/>
18 <value type="example">/etc/samba/scripts/mapusers.sh</value>
19 </samba:parameter>