mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
expose roles from ldap + fix substitution code
This commit is contained in:
parent
ed1b0f8502
commit
4d3ed58fb3
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ public class LdapRealm extends JndiLdapRealm {
|
|||
|
||||
private String groupIdAttribute = "cn";
|
||||
|
||||
private String memberAttributeValuePrefix = "uid={0}";
|
||||
private String memberAttributeValuePrefix = "uid=";
|
||||
private String memberAttributeValueSuffix = "";
|
||||
|
||||
private final Map<String, String> rolesByGroup = new LinkedHashMap<String, String>();
|
||||
|
|
|
|||
Loading…
Reference in a new issue