diff options
author | Volker Lendecke <vl@samba.org> | 2021-11-10 16:19:40 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2021-11-11 19:08:37 +0000 |
commit | d542cbb9a769b6205b990cf9d077a431e0256d5f (patch) | |
tree | fe5b9fb64977d9486b0595b799856ef85a7ed2f0 | |
parent | a21bc14e13b48fb4d6f0c89159162cb4f4511769 (diff) | |
download | samba-d542cbb9a769b6205b990cf9d077a431e0256d5f.tar.gz |
smb.conf.5: Fix a typo for "username map script"
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
-rw-r--r-- | docs-xml/smbdotconf/security/usernamemapscript.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/smbdotconf/security/usernamemapscript.xml b/docs-xml/smbdotconf/security/usernamemapscript.xml index 7b797cbae1c..7123c536455 100644 --- a/docs-xml/smbdotconf/security/usernamemapscript.xml +++ b/docs-xml/smbdotconf/security/usernamemapscript.xml @@ -6,7 +6,7 @@ <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 + specifies an external program or script that must accept a single command line option (the username transmitted in the authentication request) and return a line on standard output (the name to which the account should mapped). In this way, it is possible to store |