diff options
Diffstat (limited to 'docs')
-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 |