source: vendor/current/docs-xml/smbdotconf/security/usernamemapscript.xml

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 779 bytes
Line 
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>
Note: See TracBrowser for help on using the repository browser.