Actions
Bug #10275
closedL2TP and PPPoE user password issues
Start date:
02/21/2020
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
All
Description
When defining local users in L2TP and PPPoE, there are two issues with passwords:
1. Passwords should not be allowed to start with "!" which has special meaning to mpd (defines an external auth command, not a password)
2. Double quotes ("
) in passwords should be escaped as \"
or it will break the user definition
Actions