Bug #8043
closedCannot enable IPsec Mobile Client Support when the interface is in french
100%
Description
Hello,
I set the interface of my pfSense in french. And if I go in "VPN > IPsec > Mobile Clients", check "Enable IPsec Mobile Client Support", select "Base de données locale" ("Local database" in english) in "User Authentication" and try to save, nothing is saved.
If I check the system log it says:
Nov 1 22:37:27 php-fpm 712 /vpn_ipsec_mobile.php: Erreur XML : Undeclared entity error en ligne 804 dans /conf/config.xml
Nov 1 22:37:27 php-fpm 712 /vpn_ipsec_mobile.php: pfSense est en train de restaurer la configuration /cf/conf/backup/config-1509567397.xml
Nov 1 22:37:27 php-fpm 712 /vpn_ipsec_mobile.php: Nouvelle alerte trouvée: pfSense est en train de restaurer la configuration /cf/conf/backup/config-1509567397.xml
And if I compare "/conf/config.xml" with "/conf/config.xml.bad" the only noticeable change is this added part:
<ipsec> <client> <enable></enable> <user_source>Base de données locale</user_source> <group_source>none</group_source> </client> </ipsec>
I made another attempt this time with pfSense in english in the exact same way, except "User Authentication" is set to "Local database" instead, and the configuration was saved as expected.
Thank you for your help... And for this great software! :)