summaryrefslogtreecommitdiffstats
path: root/laas-fog/conf/vpn.yaml
diff options
context:
space:
mode:
authorJack Morgan <jack.morgan@intel.com>2017-09-19 23:27:54 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-19 23:27:54 +0000
commit8109279f5a6acbc3aa8252bad0d62777cca0b167 (patch)
tree366a941ef4fb88f19453bf658fea40a0d8c46f3e /laas-fog/conf/vpn.yaml
parent66a4e352d9f20f5f0bf6400c0ae3bfaf0d148546 (diff)
parente8f574960e435e58a4e109e110e9469a3f2b5c3f (diff)
Merge "Adds configuration files"
Diffstat (limited to 'laas-fog/conf/vpn.yaml')
-rw-r--r--laas-fog/conf/vpn.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/laas-fog/conf/vpn.yaml b/laas-fog/conf/vpn.yaml
new file mode 100644
index 0000000..6f39927
--- /dev/null
+++ b/laas-fog/conf/vpn.yaml
@@ -0,0 +1,15 @@
+---
+server: vpn.domain.com
+authentication:
+ pass: /path/to/keyfile # you may also put the password directly here
+ user: cn=root,o=opnfv,dc=domain,dc=com
+directory:
+ root: o=opnfv,dc=domain,dc=com
+ user: ou=People # relative to the root dir
+user:
+ objects: # listed in ascending order of specificty
+ - top
+ - inetOrgPerson # last object should be a class that only vpn users have
+database: /var/OPNFV/laas.db # same as the pharos api booking db
+permanent_users: # any users you want to be persistent
+ - pberberian