mirror of
https://github.com/dkmstr/openuds.git
synced 2025-03-20 06:50:23 +03:00
Added infor message for multple join :)
This commit is contained in:
parent
217655c276
commit
c9ab76c19c
@ -167,6 +167,7 @@ class UDSActorSvc(win32serviceutil.ServiceFramework, CommonService):
|
||||
if ver >= 60 and store.useOldJoinSystem() is False:
|
||||
self.oneStepJoin(name, domain, ou, account, password)
|
||||
else:
|
||||
logger.info('Using multiple step join because configuration requests to do so')
|
||||
self.multiStepJoin(name, domain, ou, account, password)
|
||||
|
||||
def preConnect(self, user, protocol):
|
||||
|
Loading…
x
Reference in New Issue
Block a user