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/usernamemap.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/usernamemap.xml')
-rw-r--r-- | docs/smbdotconf/security/usernamemap.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/smbdotconf/security/usernamemap.xml b/docs/smbdotconf/security/usernamemap.xml index ef4291733e..7b939f6956 100644 --- a/docs/smbdotconf/security/usernamemap.xml +++ b/docs/smbdotconf/security/usernamemap.xml @@ -10,6 +10,13 @@ that users use on DOS or Windows machines to those that the UNIX box uses. The other is to map multiple users to a single username so that they can more easily share files.</para> + + <para>Please note that for user or share 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 enties in the map table + (e.g. biddle = DOMAIN\foo).</para> <para>The map file is parsed line by line. Each line should contain a single UNIX username on the left then a '=' followed |