Bug #4469
Using string 'local' on auth server 'Descriptive Name' make it fails
Status:
Resolved
Priority:
Normal
Assignee:
Category:
User Manager / Privileges
Target version:
Start date:
02/24/2015
Due date:
% Done:
100%
Estimated time:
Affected Version:
All
Affected Architecture:
Release Notes:
Default
Description
If Descriptive Name of an auth server contains string 'local', it is going to be considered as 'Local Database', for instance, one place that is doing this wrong check can be found in etc/inc/ipsec.auth-user.php line 131:
if (stristr($authmode, "local")) {
Associated revisions
History
#1
Updated by Chris Buechler about 6 years ago
- Status changed from New to Confirmed
- Target version changed from 2.2.1 to 2.2.2
#2
Updated by Chris Buechler about 6 years ago
- Target version changed from 2.2.2 to 2.2.3
#3
Updated by Chris Buechler almost 6 years ago
- Target version changed from 2.2.3 to 2.3
#4
Updated by Renato Botelho over 5 years ago
- Status changed from Confirmed to Feedback
- % Done changed from 0 to 100
Applied in changeset 821a4351bf85b3934ba6ba2a8f2b91b2b2365a8e.
Use full 'Local Database' name to be sure it's authmode is local, fixes #4469