mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fixed #6174
This commit is contained in:
parent
ed49fe7ae1
commit
d1db3f3661
@ -311,7 +311,8 @@ function dump_xml_config_sub($arr, $indent) {
|
||||
(substr($ent, 0, 9) == "ldap_bind") ||
|
||||
(substr($ent, 0, 11) == "ldap_basedn") ||
|
||||
(substr($ent, 0, 18) == "ldap_authcn") ||
|
||||
(substr($ent, 0, 19) == "ldap_extended_query")) {
|
||||
(substr($ent, 0, 19) == "ldap_extended_query") ||
|
||||
(substr($ent, 0, 5) == "text")) {
|
||||
$xmlconfig .= "<$ent><![CDATA[" . htmlentities($val) . "]]></$ent>\n";
|
||||
} else {
|
||||
$xmlconfig .= "<$ent>" . htmlentities($val) . "</$ent>\n";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user