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
Updated by Jim Pingle almost 5 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 48dae98cf7837af3071521bdabb788af6d3e0f41.
Updated by Viktor Gurov almost 5 years ago
- Status changed from Feedback to Resolved
tested on 2.4.5.r.20200221.2100
Passwords started with "!" - ok, WebGUI error message
Double quotes (") in passwords - ok, see
testuser "\"testpass\""in /var/etc/l2tp-vpn/mpd.secret
Actions