mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
CDATA escape more auth-related fields. Fixes #9327
(cherry picked from commit 327ad811aa)
This commit is contained in:
parent
df1de4df25
commit
809e196a0d
@ -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 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user