diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a255a26 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +##IntelJ Idea +.idea/ + +##Django ignore +*.log +*.pot +*.pyc +local_settings.py + +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +# User-specific files +*.suo +*.user +*.sln.docstates + +# Build results +[Dd]ebug/ +[Rr]elease/ +x64/ +build/ +[Bb]in/ +[Oo]bj/ + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper diff --git a/activeDirectory-create.json b/activeDirectory-create.json deleted file mode 100644 index 2e49d7a..0000000 --- a/activeDirectory-create.json +++ /dev/null @@ -1,60 +0,0 @@ -[ - { - "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" - } - ] - } -] -