mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Doc-fix: Escape backslash in domain\username
The unescaped backslash in "mydomain\username" makes it appear like "mydomainusername", slightly confusing the documentation.
This commit is contained in:
parent
1ac8287588
commit
94ff4cff40
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ Follow :issue:`11801` for any changes to this behavior.
|
|||
Dealing with various username forms
|
||||
===================================
|
||||
Salt does not understand the various forms that Windows usernames can come in,
|
||||
e.g. username, mydomain\username, username@mydomain.tld can all refer to the
|
||||
e.g. username, mydomain\\username, username@mydomain.tld can all refer to the
|
||||
same user. In fact, Salt generally only considers the raw username value, i.e.
|
||||
the username without the domain or host information.
|
||||
|
||||
|
@ -86,4 +86,4 @@ platforms. In general, avoid symlink loops on either platform.
|
|||
Modifying security properties (ACLs) on files
|
||||
=============================================
|
||||
There is no support in Salt for modifying ACLs, and therefore no support for
|
||||
changing file permissions, besides modifying the owner/user.
|
||||
changing file permissions, besides modifying the owner/user.
|
||||
|
|
Loading…
Add table
Reference in a new issue