File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ synology_dsm_deploy() {
169
169
_debug3 H1 " ${_H1} "
170
170
fi
171
171
172
- response=$( _post " method=login&account=$encoded_username &passwd=$encoded_password &api=SYNO.API.Auth&version=$api_version &enable_syno_token=yes&otp_code=$DEPRECATED_otp_code &device_name=certrenewal&device_id=$SYNO_DEVICE_ID " " $_base_url /webapi/auth.cgi ?enable_syno_token=yes" )
172
+ response=$( _post " method=login&account=$encoded_username &passwd=$encoded_password &api=SYNO.API.Auth&version=$api_version &enable_syno_token=yes&otp_code=$DEPRECATED_otp_code &device_name=certrenewal&device_id=$SYNO_DEVICE_ID " " $_base_url /webapi/$api_path ?enable_syno_token=yes" )
173
173
_debug3 response " $response "
174
174
# ## END ## - DEPRECATED, for backward compatibility
175
175
# If SYNO_DEVICE_ID or SYNO_OTP_CODE is set, we treat current account enabled 2FA-OTP.
@@ -218,7 +218,7 @@ synology_dsm_deploy() {
218
218
otp_enforce_option=" "
219
219
fi
220
220
fi
221
- response=$( _get " $_base_url /webapi/entry.cgi ?api=SYNO.API.Auth&version=$api_version &method=login&format=sid&account=$encoded_username &passwd=$encoded_password &enable_syno_token=yes" )
221
+ response=$( _get " $_base_url /webapi/$api_path ?api=SYNO.API.Auth&version=$api_version &method=login&format=sid&account=$encoded_username &passwd=$encoded_password &enable_syno_token=yes" )
222
222
if [ -n " $SYNO_USE_TEMP_ADMIN " ] && [ -n " $otp_enforce_option " ]; then
223
223
synosetkeyvalue /etc/synoinfo.conf otp_enforce_option " $otp_enforce_option "
224
224
_info " Restored previous enforce 2FA-OTP option."
You can’t perform that action at this time.
0 commit comments