Skip to content

Commit

Permalink
Declare missing syslog variables
Browse files Browse the repository at this point in the history
Currently only used to log successful authentication in this function.
I'll add logging for failed attempts in later commits.
  • Loading branch information
alexjfisher committed Apr 4, 2014
1 parent 0faddbc commit 848eaa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/auth.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ function LDAPAuthenticate() {
global $ldap_bindpw;
global $ldap_proto;
global $ldap_user_attribute;
global $syslog_use, $syslog_ident, $syslog_facility;

if (isset($_SESSION["userlogin"]) && isset($_SESSION["userpwd"])) {
if ($ldap_debug) {
Expand Down

0 comments on commit 848eaa3

Please sign in to comment.