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:
parent
c45fa3e552
commit
3d39e1f010
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user