summaryrefslogtreecommitdiffstats
path: root/etc/inc/ipsec.auth-user.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-11-14 20:37:11 -0500
committerjim-p <jimp@pfsense.org>2012-11-14 20:37:11 -0500
commitdbbc7307d17d26df4130beea8bb667fdf6bf086e (patch)
treed4e9a8ccf28e5e43c7cd234d77facc0b34f36a57 /etc/inc/ipsec.auth-user.php
parentbfd4a79ee109871a2872a62b74fbdce6cba0593a (diff)
downloadpfsense-dbbc7307d17d26df4130beea8bb667fdf6bf086e.zip
pfsense-dbbc7307d17d26df4130beea8bb667fdf6bf086e.tar.gz
Fix typo
Diffstat (limited to 'etc/inc/ipsec.auth-user.php')
-rwxr-xr-xetc/inc/ipsec.auth-user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/ipsec.auth-user.php b/etc/inc/ipsec.auth-user.php
index 553ba69..b2fcb55 100755
--- a/etc/inc/ipsec.auth-user.php
+++ b/etc/inc/ipsec.auth-user.php
@@ -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;
OpenPOWER on IntegriCloud