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

Merge pull request #107 from altlinux/fix_set_dc

Fixed set_dc()
This commit is contained in:
NIR 2020-08-19 18:14:42 +04:00 committed by GitHub
commit b29c13b8dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ class smbcreds (smbopts):
if samba_dc != dc_fqdn and dc_fqdn is not None:
logdata = dict()
logdata['dc'] = samba_dc
logdata['user_dc'] = dc
logdata['user_dc'] = dc_fqdn
log('D38', logdata)
self.selected_dc = dc_fqdn