Actions
Bug #6688
closedSpecial characters in a password cause problems
Start date:
08/09/2016
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
Description
With the following config snippet (some info redacted), pfsense reports:
php-fpm[71756]: /services_dyndns_edit.php: phpDynDNS (home): (Error) Not a valid username or password!
After changing the password in OpenDNS to something that had different special characters, the issue is resolved (ie OpenDNS is updated properly).
<dyndnses>
<dyndns>
<type>opendns</type>
<username>XXX-redacted-XXX</username>
<password>dy[>9nk?27ymz2u2khWVTi}2Mkra?yPRuBW[,9QR4U27>Qz*C+</password>
<host>home</host>
<domainname/>
<mx/>
<enable/>
<interface>wan</interface>
<zoneid/>
<ttl/>
<updateurl/>
<resultmatch/>
<requestif>wan</requestif>
<descr><![CDATA[OpenDNS]]></descr>
<force/>
<id>0</id>
</dyndns>
</dyndnses>
Actions