Actions
Bug #4469
closedUsing 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:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
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")) {
Actions