diff options
Diffstat (limited to 'cluster/prod/secretmgr.toml')
-rw-r--r-- | cluster/prod/secretmgr.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cluster/prod/secretmgr.toml b/cluster/prod/secretmgr.toml new file mode 100644 index 0000000..88058e5 --- /dev/null +++ b/cluster/prod/secretmgr.toml @@ -0,0 +1,9 @@ +[ldap] +server = "ldap://localhost:1389" +service_dn_suffix = "ou=services,ou=users,dc=deuxfleurs,dc=fr" +admin_dn = "cn=admin,dc=deuxfleurs,dc=org" + + +[user_values] +"directory/ldap_base_dn" = "dc=deuxfleurs,dc=fr" +"directory/guichet/web_hostname" = "guichet.deuxfleurs.fr" |