We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec8707 commit 2f496e3Copy full SHA for 2f496e3
1 file changed
proxy.config.json
@@ -52,6 +52,27 @@
52
"password": ""
53
}
54
},
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
+ },
76
{
77
"type": "openidconnect",
78
"enabled": false,
0 commit comments