summaryrefslogtreecommitdiffstats
path: root/etc/inc/ipsec.auth-user.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-10-02 16:19:58 -0500
committerChris Buechler <cmb@pfsense.org>2014-10-02 16:19:58 -0500
commit3c4fc30bea7a2beaeb26db7ba1952f8f88635480 (patch)
treec6a5136125f1c143626f508ed6ce8c08e1705e62 /etc/inc/ipsec.auth-user.php
parent3258d442764ca85efea93ebb96954123c952451a (diff)
downloadpfsense-3c4fc30bea7a2beaeb26db7ba1952f8f88635480.zip
pfsense-3c4fc30bea7a2beaeb26db7ba1952f8f88635480.tar.gz
get back to our standard RFC-defined capitalization of IPsec
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 1171735..8142b99 100755
--- a/etc/inc/ipsec.auth-user.php
+++ b/etc/inc/ipsec.auth-user.php
@@ -132,7 +132,7 @@ foreach ($authmodes as $authmode) {
$user = getUserEntry($username);
if (!is_array($user) || !userHasPrivilege($user, "user-ipsec-xauth-dialin")) {
$authenticated = false;
- syslog(LOG_WARNING, "user '{$username}' cannot authenticate through IPSec since the required privileges are missing.\n");
+ syslog(LOG_WARNING, "user '{$username}' cannot authenticate through IPsec since the required privileges are missing.\n");
continue;
}
}
OpenPOWER on IntegriCloud