summaryrefslogtreecommitdiffstats
path: root/pomba/network-discovery/config/auth/osauth.json
diff options
context:
space:
mode:
Diffstat (limited to 'pomba/network-discovery/config/auth/osauth.json')
-rw-r--r--pomba/network-discovery/config/auth/osauth.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/pomba/network-discovery/config/auth/osauth.json b/pomba/network-discovery/config/auth/osauth.json
new file mode 100644
index 0000000..95dec53
--- /dev/null
+++ b/pomba/network-discovery/config/auth/osauth.json
@@ -0,0 +1,18 @@
+{
+ "auth": {
+ "identity": {
+ "methods": [
+ "password"
+ ],
+ "password": {
+ "user": {
+ "name": "%USER%",
+ "domain": {
+ "name": "Default"
+ },
+ "password": "%PASSWORD%"
+ }
+ }
+ }
+ }
+} \ No newline at end of file