comment on unencryption

This commit is contained in:
Daan Hoogland 2018-06-11 09:19:26 +00:00
parent e09069cee7
commit 84b0cf0809

View File

@ -70,6 +70,14 @@ public class Upgrade41100to41110 implements DbUpgrade {
}
private void markUnnecessarySecureConfigsAsUnsecure(Connection conn) {
/*
* the following config items where added as 'Secure' in the past. For some this made sense but for the ones below,
* this makes no sense and is a inconvenience at best. The below method will
** retrieve,
** unencrypt,
** mark as 'Advanced' and then
** store the item
*/
String[] unsecureItems = new String[] {
"ldap.basedn",
"ldap.bind.principal",