提交 59d59407 编写于 作者: K kohsuke

[FIXED HUDSON-2256] Added two more lookups as reported in this issue.

In 1.261.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@13087 71c3de6d-444a-0410-be80-ed276b4c234a
上级 1f702c44
......@@ -51,7 +51,7 @@ public class DeferredCreationLdapAuthoritiesPopulator implements LdapAuthorities
/**
* The pattern to be used for the user search. {0} is the user's DN
*/
private String groupSearchFilter = "(member={0})";
private String groupSearchFilter = "(| (member={0}) (uniqueMember={0}) (memberUid={0}))";
private String rolePrefix = "ROLE_";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册