diff options
author | Gerald Carter <jerry@samba.org> | 2005-07-28 13:34:07 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:05 -0500 |
commit | c4be9cefac2852a2b77a2930032cfe843762def7 (patch) | |
tree | 3d5560dc7f99163b1366c0dd8bad7b9d37a8a936 /docs/smbdotconf/security/usernamemapscript.xml | |
parent | 8d3542313a2b60f75c0cadabf8a4b035c203c6f1 (diff) | |
download | samba-c4be9cefac2852a2b77a2930032cfe843762def7.tar.gz samba-c4be9cefac2852a2b77a2930032cfe843762def7.tar.bz2 samba-c4be9cefac2852a2b77a2930032cfe843762def7.zip |
* addminf username map script docs
* removing delete parameters
* clarifying the usernam map docs and the logon path docs.
(This used to be commit 3c097d325346ae4763be29181eda43d986521ef8)
Diffstat (limited to 'docs/smbdotconf/security/usernamemapscript.xml')
-rw-r--r-- | docs/smbdotconf/security/usernamemapscript.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/smbdotconf/security/usernamemapscript.xml b/docs/smbdotconf/security/usernamemapscript.xml new file mode 100644 index 0000000000..6df134c257 --- /dev/null +++ b/docs/smbdotconf/security/usernamemapscript.xml @@ -0,0 +1,19 @@ +<samba:parameter name="username map script" + context="G" + type="string" + advanced="1" developer="1" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> +<description> + <para>This script is a mutually exclusive alternative to the + <smbconfoption name="username map"/> parameter. This parameter + specifies and external program or script that must accept a single + command line option (the username transmitted in the authentication + request) and return a line line on standard output (the name to which + the account should mapped). In this way, it is possible to store + username map tables in an LDAP or NIS directory services. + </para> +</description> + +<value type="default"/> +<value type="example">/etc/samba/scripts/mapusers.sh</value> +</samba:parameter> |