diff options
author | Andrew Tridgell <tridge@samba.org> | 1997-10-21 10:30:07 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1997-10-21 10:30:07 +0000 |
commit | 8dba4c607ff7d9416c573f0219d3e98488fa1e7f (patch) | |
tree | d89f537718c99604d1dd4d19f32b48fb393c789b | |
parent | 4880c4ae051065351a804d651b042aec758f2807 (diff) | |
download | samba-8dba4c607ff7d9416c573f0219d3e98488fa1e7f.tar.gz samba-8dba4c607ff7d9416c573f0219d3e98488fa1e7f.tar.bz2 samba-8dba4c607ff7d9416c573f0219d3e98488fa1e7f.zip |
add a note on how to map usernames with spaces in them
(This used to be commit 708399e23461f2cce869038ab99d5e5bb54e4a62)
-rw-r--r-- | docs/manpages/smb.conf.5 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/manpages/smb.conf.5 b/docs/manpages/smb.conf.5 index e70acf3fcd..44a6d7dfd0 100644 --- a/docs/manpages/smb.conf.5 +++ b/docs/manpages/smb.conf.5 @@ -3373,6 +3373,14 @@ would use You can have as many mappings as you like in a username map file. +You can map Windows usernames that have spaces in them by using double +quotes around the name. For example: + + tridge = "Andrew Tridgell" + +would map the windows username "Andrew Tridgell" to the unix username +tridge. + Note that the remapping is applied to all occurrences of usernames. Thus if you connect to "\e\eserver\efred" and "fred" is remapped to "mary" then you will actually be connecting to |