summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-03-13 15:31:09 -0500
committerChris Buechler <cmb@pfsense.org>2010-03-13 15:31:09 -0500
commit95feeb9281f2e1a0e28b587be335af8313719e63 (patch)
treebf4a166b8c3c652e1825186ced9652421e57d653
parentad627ceec573a19e1ebbaf8164ba35b8dad768aa (diff)
downloadpfsense-95feeb9281f2e1a0e28b587be335af8313719e63.zip
pfsense-95feeb9281f2e1a0e28b587be335af8313719e63.tar.gz
fix text
-rw-r--r--etc/inc/auth.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/auth.inc b/etc/inc/auth.inc
index fcb90cf..7b500d6 100644
--- a/etc/inc/auth.inc
+++ b/etc/inc/auth.inc
@@ -907,7 +907,7 @@ function ldap_backed($username, $passwd, $authcfg) {
return false;
}
- log_error("Logged in succesfully as {$username} via LDAP server {$ldapname} with DN = {$userdn}.");
+ log_error("Logged in successfully as {$username} via LDAP server {$ldapname} with DN = {$userdn}.");
/* At this point we are bound to LDAP so the user was auth'd okay. Close connection. */
@ldap_unbind($ldap);
OpenPOWER on IntegriCloud