fix(X-Pack): Ldap登录后台校验是否开启Ldap

This commit is contained in:
fit2cloud-chenyw 2024-08-01 14:53:11 +08:00
parent b97c3e54ae
commit 14c9f193ec
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;
}