- Fixed host_tags retrieval (now supports multiple tags and properly handles none) - Added status code check - Added check for failed authorization - Renamed target_compilation -> mdm_compilation - Fixed and refactored squeeze_html_form()
15 lines
348 B
Plaintext
15 lines
348 B
Plaintext
#General settings
|
|
hostname = "mein-iserv.de"
|
|
cookie = "IServSAT=mvuvFvCZSlpvuwhk0mmNwF1NKEQypM4d; IServSession=xEPqyJO1a5nsVd34HEpbPqQGMMQKapvw"
|
|
|
|
# Targeted device settings
|
|
host_ip = "10.1.1.1"
|
|
host_room = 123
|
|
mdm_compilation = 1
|
|
|
|
|
|
[host_filter]
|
|
"filter[controllable]" = ""
|
|
"filter[room][]" = "__none"
|
|
"filter[group]" = ""
|
|
"filter[search]" = "iPad" |