From 0075ba5c579affb8ec619b65c189da2841095e6e Mon Sep 17 00:00:00 2001 From: Serg Melikyan Date: Wed, 27 Feb 2013 10:37:31 +0400 Subject: [PATCH] Added reference JSON for Active Directory --- activeDirectory-create.json | 60 +++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 activeDirectory-create.json diff --git a/activeDirectory-create.json b/activeDirectory-create.json new file mode 100644 index 0000000..2e49d7a --- /dev/null +++ b/activeDirectory-create.json @@ -0,0 +1,60 @@ +[ + { + "name": "acme.dc", + "configuration": "site", + "units": [ + { + "type": "external", + "credentails": { + "username": "admin", + "password": "password" + } + }, + { + "type": "internal", + "location": "west-dc" + } + ] + }, + { + "name": "acme.dc", + "configuration": "standalone", + "credentails": { + "username": "admin", + "password": "password" + }, + "recoveryPassword": "rpassword", + "units": [ + { + "type": "master", + "location": "west-dc" + }, + { + "type": "secondary", + "location": "west-dc" + } + ] + }, + { + "name": "acme.dc", + "configuration": "inTree", + "credentails": { + "username": "admin", + "password": "password" + }, + "recoveryPassword": "rpassword", + "tree": { + "name": "acme.t", + "credentails": { + "username": "admin", + "password": "password" + } + }, + "units": [ + { + "location": "west-dc" + } + ] + } +] +