1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-03-21 18:50:38 +03:00

backend.samba_backend: Logging improved

This commit is contained in:
Игорь Чудов 2020-07-29 18:07:18 +04:00
parent c45fa3e552
commit 3d39e1f010
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -94,7 +94,10 @@ class samba_backend(applier_backend):
def _get_gpts(self, username, sid):
gpts = list()
log('D45')
# util.windows.smbcreds
gpos = self.sambacreds.update_gpos(username)
log('D46')
for gpo in gpos:
if self._check_sysvol_present(gpo):
path = check_safe_path(gpo.file_sys_path).upper()