mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
gpo: Add the winbind call to gpupdate
Signed-off-by: David Mulder <dmulder@suse.com> Reviewed-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Stefan Metzmacher
parent
fb5241aa9d
commit
2ca73cba53
@ -19,19 +19,12 @@ import sys
|
||||
import os
|
||||
import tdb
|
||||
sys.path.insert(0, "bin/python")
|
||||
import samba.gpo as gpo
|
||||
import optparse
|
||||
import ldb
|
||||
from samba.auth import system_session
|
||||
import samba.getopt as options
|
||||
from samba.samdb import SamDB
|
||||
from samba.netcmd import gpo as gpo_user
|
||||
import codecs
|
||||
from samba import NTSTATUSError
|
||||
from ConfigParser import ConfigParser
|
||||
from StringIO import StringIO
|
||||
from abc import ABCMeta, abstractmethod
|
||||
import xml.etree.ElementTree as etree
|
||||
import re
|
||||
|
||||
try:
|
||||
from enum import Enum
|
||||
|
Reference in New Issue
Block a user