1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +03:00

Extension of the request for initialization

Extension of the request for initialization according to the change in
the configuration type of the actor.
This commit is contained in:
Alexander Burmatov 2023-05-17 15:42:55 +03:00
parent 28ce61c983
commit 47dc43f601

View File

@ -268,6 +268,12 @@ class UDSServerApi(UDSApi):
new_password=os.get('new_password'),
ad=os.get('ad'),
ou=os.get('ou'),
clientSoftware = os.get('clientSoftware'),
serverSoftware = os.get('serverSoftware'),
membershipSoftware = os.get('membershipSoftware'),
ssl = os.get('ssl'),
automaticIdMapping = os.get('automaticIdMapping'),
isPersistent = os.get('isPersistent'),
)
if r['os']
else None,