Hi!
Pyad was running nicely until your last update. It seems to fail at connecting to the domain, but I'm guessing is only because of an undefined variable...
WARN: unable to connect to default domain. Computer is likely not attached to an AD domain
File "D:\pyad\pyadinit.py", line 1, in
from adbase import set_defaults as pyad_setdefaults
File "D:\pyad\pyad\adbase.py", line 39, in
class ADBase(object):
File "D:\pyad\pyad\adbase.py", line 65, in ADBase
adsi_provider = _adsi_provider
NameError: name '_adsi_provider' is not defined
Hi! Pyad was running nicely until your last update. It seems to fail at connecting to the domain, but I'm guessing is only because of an undefined variable...
WARN: unable to connect to default domain. Computer is likely not attached to an AD domain File "D:\pyad\pyadinit.py", line 1, in
from adbase import set_defaults as pyad_setdefaults
File "D:\pyad\pyad\adbase.py", line 39, in
class ADBase(object):
File "D:\pyad\pyad\adbase.py", line 65, in ADBase
adsi_provider = _adsi_provider
NameError: name '_adsi_provider' is not defined