提交 20dc7e82 编写于 作者: 智布道's avatar 智布道 👁

🎨 feat: Add the default ldap filter expression

上级 11c794dd
......@@ -47,7 +47,7 @@ public class LdapConfig extends AuthenticateConfig {
/**
* Query conditions, such as: (&(objectClass=organizationalPerson)(uid=%s))
*/
private String filters;
private String filters = "(&(objectClass=inetOrgPerson)(uid=%s))";
/**
* This parameter must be configured when using ldaps, which means a trusted certificate
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册