Skip to content

Commit 2f496e3

Browse files
committed
chore: add default ldap config to proxy.config.json
Add disabled ldap authentication entry with sensible defaults for attribute mappings, and group settings. Signed-off-by: Kwangjin Ko <kyet@me.com>
1 parent 4ec8707 commit 2f496e3

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

proxy.config.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,27 @@
5252
"password": ""
5353
}
5454
},
55+
{
56+
"type": "ldap",
57+
"enabled": false,
58+
"ldapConfig": {
59+
"url": "",
60+
"bindDN": "",
61+
"bindPassword": "",
62+
"searchBase": "",
63+
"searchFilter": "",
64+
"userGroupDN": "",
65+
"adminGroupDN": "",
66+
"groupSearchBase": "",
67+
"groupSearchFilter": "(member={{dn}})",
68+
"usernameAttribute": "uid",
69+
"emailAttribute": "mail",
70+
"displayNameAttribute": "cn",
71+
"titleAttribute": "title",
72+
"starttls": false,
73+
"tlsOptions": {}
74+
}
75+
},
5576
{
5677
"type": "openidconnect",
5778
"enabled": false,

0 commit comments

Comments
 (0)