Merge pull request #11320 from dataease/pr@dev-v2@fix_ldap_login

fix(X-Pack): Ldap登录后台校验是否开启Ldap
This commit is contained in:
fit2cloud-chenyw 2024-08-01 14:54:03 +08:00 committed by GitHub
commit de2813a67a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit b599a20410e4562a964ccb6e0f732cf0ce0671fa
Subproject commit b177d56558c58c3dc89abb58a93bd722b0ea67ca

View File

@ -22,4 +22,6 @@ public class XpackLdapVO implements Serializable {
private String mapping;
private boolean enable;
}