aboutsummaryrefslogtreecommitdiff
path: root/priv/policy.conf
diff options
context:
space:
mode:
Diffstat (limited to 'priv/policy.conf')
-rw-r--r--priv/policy.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/priv/policy.conf b/priv/policy.conf
new file mode 100644
index 0000000..f47d442
--- /dev/null
+++ b/priv/policy.conf
@@ -0,0 +1,7 @@
+%% -*- mode: erlang -*-
+%% coding: utf-8
+{defaults, ["cn=default,dc=example,dc=com"]}.
+
+{mappings, [{"cn=productA,dc=example,dc=com", ["app1", "app2", "app3", "app4"]},
+ {"cn=productB,dc=example,dc=com", ["appA", "appB", "appC", "app4"]}]
+}.