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:
parent
28ce61c983
commit
47dc43f601
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user