From 2fc4b4e74be2712950229f9012fefc75596ab962 Mon Sep 17 00:00:00 2001 From: Igor Chudov Date: Fri, 15 Nov 2019 12:18:51 +0400 Subject: [PATCH] Work with user name in Samba backend --- gpoa/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gpoa/main.py b/gpoa/main.py index c1872b9..688853f 100755 --- a/gpoa/main.py +++ b/gpoa/main.py @@ -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