This commit is contained in:
jim-p 2012-11-14 20:37:11 -05:00
parent bfd4a79ee1
commit dbbc7307d1

View File

@ -118,7 +118,7 @@ foreach ($authmodes as $authmode) {
if ($authenticated == true) {
if (stristr($authmode, "local") && !userHasPrivilege($username, "user-ipsec-xauth-dialin")) {
$authenticated = false;
syslog(LOG_WARNING, "user '{$username}' cannot authenticate through IPSec since the required priviledges are missing.\n");
syslog(LOG_WARNING, "user '{$username}' cannot authenticate through IPSec since the required privileges are missing.\n");
continue;
}
break;