mirror of
https://github.com/samba-team/samba.git
synced 2025-03-05 20:58:40 +03:00
add a note on how to map usernames with spaces in them
(This used to be commit 708399e23461f2cce869038ab99d5e5bb54e4a62)
This commit is contained in:
parent
4880c4ae05
commit
8dba4c607f
@ -3373,6 +3373,14 @@ would use
|
|||||||
|
|
||||||
You can have as many mappings as you like in a username map file.
|
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
|
Note that the remapping is applied to all occurrences of
|
||||||
usernames. Thus if you connect to "\e\eserver\efred" and "fred" is
|
usernames. Thus if you connect to "\e\eserver\efred" and "fred" is
|
||||||
remapped to "mary" then you will actually be connecting to
|
remapped to "mary" then you will actually be connecting to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user