aboutsummaryrefslogtreecommitdiff
path: root/priv/policy.conf
blob: f47d44205699dac5df3245a806092cf8ee362233 (plain)
1
2
3
4
5
6
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"]}]
}.