[otrs-cvs] otrs/Kernel/System/CustomerAuth LDAP.pm,1.20,1.21
cvs-log at otrs.org
cvs-log at otrs.org
Mon Apr 2 10:11:49 GMT 2007
Comments:
Update of /home/cvs/otrs/Kernel/System/CustomerAuth
In directory lancelot:/tmp/cvs-serv31955/Kernel/System/CustomerAuth
Modified Files:
LDAP.pm
Log Message:
Improved Log if authentication is ok wih ldap dn.
Author: martin
Index: LDAP.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/CustomerAuth/LDAP.pm,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** LDAP.pm 21 Jan 2007 01:26:09 -0000 1.20
--- LDAP.pm 2 Apr 2007 10:11:44 -0000 1.21
***************
*** 237,241 ****
$Self->{LogObject}->Log(
Priority => 'notice',
! Message => "CustomerUser: $Param{User} authentification failed: '".$Result->error."' (REMOTE_ADDR: $RemoteAddr).",
);
# take down session
--- 237,241 ----
$Self->{LogObject}->Log(
Priority => 'notice',
! Message => "CustomerUser: $Param{User} ($UserDN) authentification failed: '".$Result->error."' (REMOTE_ADDR: $RemoteAddr).",
);
# take down session
***************
*** 247,251 ****
$Self->{LogObject}->Log(
Priority => 'notice',
! Message => "CustomerUser: $Param{User} authentification ok (REMOTE_ADDR: $RemoteAddr).",
);
# take down session
--- 247,251 ----
$Self->{LogObject}->Log(
Priority => 'notice',
! Message => "CustomerUser: $Param{User} ($UserDN) authentification ok (REMOTE_ADDR: $RemoteAddr).",
);
# take down session
More information about the cvs-log
mailing list