From 66441f61189fbe4607f5847faeb2a5f21a9583ba Mon Sep 17 00:00:00 2001 From: Yalh Date: Sun, 27 Jan 2019 04:23:15 +0100 Subject: [PATCH] Adding domain for activsync and autodiscover --- manifest.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 52a3dfb..305ed4f 100644 --- a/manifest.json +++ b/manifest.json @@ -23,17 +23,30 @@ "arguments": { "install" : [ { - "name": "domain", + "name": "domain_activesync", "type": "domain", "ask": { - "en": "Choose a domain for Z-push", - "fr": "Choisissez un domaine pour Z-push" + "en": "Choose a domain for Z-push ActiveSync", + "fr": "Choisissez un domaine pour Z-push ActiveSync" }, "example": "example.com", "help": { "en": "Z-push will be available at domain/Microsoft-Server-ActiveSync.", "fr": "Z-push sera disponible à l'adresse domaine/Microsoft-Server-ActiveSync." } + }, + { + "name": "domain_autodiscover", + "type": "domain", + "ask": { + "en": "Choose a domain for Z-push Autodiscover", + "fr": "Choisissez un domaine pour Z-push Autodiscover" + }, + "example": "example.com", + "help": { + "en": "Z-push will be available at domain/Microsoft-Server-Autodiscover.", + "fr": "Z-push sera disponible à l'adresse domaine/Microsoft-Server-Autodiscover." + } } ] }