summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/security/usernamemap.xml
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2005-08-25 16:49:40 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:06 -0500
commit6c2e58987bcb3b5fe527f7f6743c549ed6c0c877 (patch)
tree700bab687907526be31f9dcadc1e826845562a7b /docs/smbdotconf/security/usernamemap.xml
parentcf596ff9a0e5e191cfdc5f219e57844ad35ba7a2 (diff)
downloadsamba-6c2e58987bcb3b5fe527f7f6743c549ed6c0c877.tar.gz
samba-6c2e58987bcb3b5fe527f7f6743c549ed6c0c877.tar.bz2
samba-6c2e58987bcb3b5fe527f7f6743c549ed6c0c877.zip
Formatting and other fixes to man pages.
(This used to be commit 411025ed0d6ba37ff00f4afc8ccdc9dae94b62e0)
Diffstat (limited to 'docs/smbdotconf/security/usernamemap.xml')
-rw-r--r--docs/smbdotconf/security/usernamemap.xml20
1 files changed, 11 insertions, 9 deletions
diff --git a/docs/smbdotconf/security/usernamemap.xml b/docs/smbdotconf/security/usernamemap.xml
index 7b939f6956..c30e2327c5 100644
--- a/docs/smbdotconf/security/usernamemap.xml
+++ b/docs/smbdotconf/security/usernamemap.xml
@@ -76,15 +76,17 @@
guest = *
</programlisting></para>
- <para>Note that the remapping is applied to all occurrences
+ <para>
+ 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 supplies without
- modification.</para>
+ username passed to the <smbconfoption name="password server"/>
+ (if you have one). The password server will receive whatever
+ username the client supplies without modification.
+ </para>
<para>Also note that no reverse mapping is done. The main effect
this has is with printing. Users who have been mapped may have
@@ -117,12 +119,12 @@ guest = *
after the user has been successfully authenticated.
</para>
- <para>
- An example of use is:
-<screen>
+ <para>
+ An example of use is:
+<programlisting>
username map = /usr/local/samba/lib/users.map
-</screen>
- </para>
+</programlisting>
+ </para>
</description>
<value type="default"><comment>no username map</comment></value>