Skip to content
Snippets Groups Projects
Commit 1fe13ecc authored by Piotr Gawron's avatar Piotr Gawron
Browse files

ldap password is masked

parent 4ba32cd9
No related branches found
No related tags found
2 merge requests!412changes from 12.1.0~beta.1 into master,!400Resolve "hide LDAP password"
Pipeline #6407 passed
......@@ -209,7 +209,7 @@ public enum ConfigurationElementType {
ConfigurationElementTypeGroup.LDAP_CONFIGURATION), //
LDAP_BIND_DN("LDAP bind DN", "", ConfigurationElementEditType.STRING, true,
ConfigurationElementTypeGroup.LDAP_CONFIGURATION), //
LDAP_PASSWORD("LDAP password", "", ConfigurationElementEditType.STRING, true,
LDAP_PASSWORD("LDAP password", "", ConfigurationElementEditType.PASSWORD, true,
ConfigurationElementTypeGroup.LDAP_CONFIGURATION), //
LDAP_BASE_DN("LDAP base DN", "", ConfigurationElementEditType.STRING, true,
ConfigurationElementTypeGroup.LDAP_CONFIGURATION), //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment