mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #44208 from twangboy/win_fix_group.present
Fix some lint in PR: 44080
This commit is contained in:
commit
d7dc2bd0e8
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ def get_current_user():
|
|||
|
||||
|
||||
def get_sam_name(username):
|
||||
'''
|
||||
r'''
|
||||
Gets the SAM name for a user. It basically prefixes a username without a
|
||||
backslash with the computer name. If the user does not exist, a SAM
|
||||
compatible name will be returned using the local hostname as the domain.
|
||||
|
|
Loading…
Add table
Reference in a new issue