summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/security/usernamemap.xml
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-09-04 08:46:06 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-09-04 09:31:48 +1000
commit28499b04769ee0d310e48576b868e11c0d2b1422 (patch)
treedc31f5264b058e10f61931a7ef6e1b3b9e85e3cf /docs-xml/smbdotconf/security/usernamemap.xml
parent4a52a3f48de60c79113018ca20a420dab536f46d (diff)
downloadsamba-28499b04769ee0d310e48576b868e11c0d2b1422.tar.gz
samba-28499b04769ee0d310e48576b868e11c0d2b1422.tar.bz2
samba-28499b04769ee0d310e48576b868e11c0d2b1422.zip
docs: Remove references to security=share and security=server from the smb.conf docs
Diffstat (limited to 'docs-xml/smbdotconf/security/usernamemap.xml')
-rw-r--r--docs-xml/smbdotconf/security/usernamemap.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs-xml/smbdotconf/security/usernamemap.xml b/docs-xml/smbdotconf/security/usernamemap.xml
index fec7375f7f..21098fa463 100644
--- a/docs-xml/smbdotconf/security/usernamemap.xml
+++ b/docs-xml/smbdotconf/security/usernamemap.xml
@@ -12,7 +12,7 @@
</para>
<para>
- Please note that for user or share mode security, the username map is applied prior to validating the user
+ Please note that for user mode security, the username map is applied prior to validating the user
credentials. Domain member servers (domain or ads) apply the username map after the user has been
successfully authenticated by the domain controller and require fully qualified entries in the map table (e.g.
biddle = <literal>DOMAIN\foo</literal>).
@@ -84,8 +84,8 @@ guest = *
Note that the remapping is applied to all occurrences of usernames. Thus if you connect to \\server\fred and
<constant>fred</constant> is remapped to <constant>mary</constant> then you will actually be connecting to
\\server\mary and will need to supply a password suitable for <constant>mary</constant> not
- <constant>fred</constant>. The only exception to this is the username passed to the <smbconfoption
- name="password server"/> (if you have one). The password server will receive whatever username the client
+ <constant>fred</constant>. The only exception to this is the
+ username passed to a Domain Controller (if you have one). The DC will receive whatever username the client
supplies without modification.
</para>