From 6e00999140ad297afdf5fbe1af24f78c282a5120 Mon Sep 17 00:00:00 2001 From: garrettmills Date: Wed, 8 Jul 2020 20:47:21 -0500 Subject: [PATCH] Add bind permission to default user --- config/auth.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/auth.config.js b/config/auth.config.js index 8dc366e..eee02bf 100644 --- a/config/auth.config.js +++ b/config/auth.config.js @@ -191,6 +191,9 @@ const auth_config = { // Password API 'v1:password', + + // LDAP Binding + 'ldap:bind', ], root: ['v1', 'ldap', 'saml', 'profile', 'oauth', 'app', 'auth', 'iam'],