CDATA escape more auth-related fields. Fixes #9327

(cherry picked from commit 327ad811aa)
This commit is contained in:
jim-p 2019-11-21 16:22:51 -05:00
parent df1de4df25
commit 809e196a0d

View File

@ -220,7 +220,7 @@ function is_cdata_entity($ent) {
'descr', 'detail', 'email', 'encryption_password', 'ldap_attr',
'ldap_authcn', 'ldap_basedn', 'ldap_bind',
'ldap_extended_query', 'login_banner', 'organization', 'state',
'text', 'username'
'text', 'username', 'password', 'auth_user', 'auth_pass'
);
/* Check if the entity name starts with any of the strings above */