mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-10 01:17:59 +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:
parent
28ce61c983
commit
47dc43f601
@ -268,6 +268,12 @@ class UDSServerApi(UDSApi):
|
|||||||
new_password=os.get('new_password'),
|
new_password=os.get('new_password'),
|
||||||
ad=os.get('ad'),
|
ad=os.get('ad'),
|
||||||
ou=os.get('ou'),
|
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']
|
if r['os']
|
||||||
else None,
|
else None,
|
||||||
|
Loading…
Reference in New Issue
Block a user