1
0
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:
Игорь Чудов 2019-11-15 12:18:51 +04:00
parent eded79eb1f
commit 2fc4b4e74b
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -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