From f26c0fb902506794516af686535e49eb345343d4 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Thu, 14 Feb 2008 14:26:48 +0000 Subject: Fix escaped backslashes (bug #5194). Thanks to the Debian Samba package maintainers for reporting! Karolin (This used to be commit e55ce8eda2406d1f9d2da08aae01b4026aa38262) --- docs/smbdotconf/security/usernamemap.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/smbdotconf/security/usernamemap.xml b/docs/smbdotconf/security/usernamemap.xml index 59c0cdde7c..54179690be 100644 --- a/docs/smbdotconf/security/usernamemap.xml +++ b/docs/smbdotconf/security/usernamemap.xml @@ -15,7 +15,7 @@ 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). + biddle = DOMAIN\foo). @@ -96,7 +96,8 @@ guest = * - Samba versions prior to 3.0.8 would only support reading the fully qualified username (e.g.: DOMAIN\user) from + Samba versions prior to 3.0.8 would only support reading the fully qualified username + (e.g.: DOMAIN\user) from the username map when performing a kerberos login from a client. However, when looking up a map entry for a user authenticated by NTLM[SSP], only the login name would be used for matches. This resulted in inconsistent behavior sometimes even on the same server. @@ -113,7 +114,7 @@ guest = * When relying upon a external domain controller for validating authentication requests, smbd will apply the username map - to the fully qualified username (i.e. DOMAIN\user) only after the user has been successfully authenticated. + to the fully qualified username (i.e. DOMAIN\user) only after the user has been successfully authenticated. -- cgit