mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-03-21 18:50:38 +03:00
Work with user name in Samba backend
This commit is contained in:
parent
eded79eb1f
commit
2fc4b4e74b
@ -127,6 +127,7 @@ class samba_backend(applier_backend):
|
||||
self._user_pol_path_regex = re.compile(self._user_pol_path_pattern)
|
||||
|
||||
# User SID to work with HKCU hive
|
||||
self.username = username
|
||||
self.sid = sid
|
||||
|
||||
# Look at python-samba tests for code examples
|
||||
|
Loading…
x
Reference in New Issue
Block a user