1 <samba:parameter name="username map script"
4 advanced="1" developer="1"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
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.
17 <value type="default"/>
18 <value type="example">/etc/samba/scripts/mapusers.sh</value>