From 47dc43f601d345642bf14a642ea2c20f0aa5ba46 Mon Sep 17 00:00:00 2001 From: Alexander Burmatov Date: Wed, 17 May 2023 15:42:55 +0300 Subject: [PATCH] Extension of the request for initialization Extension of the request for initialization according to the change in the configuration type of the actor. --- actor/src/udsactor/rest.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/actor/src/udsactor/rest.py b/actor/src/udsactor/rest.py index 4c8fcf35c..6b5009493 100644 --- a/actor/src/udsactor/rest.py +++ b/actor/src/udsactor/rest.py @@ -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,