Bugzilla – Attachment 16704 Details for
Bug 7973
Allow for new type of LDAP authentication
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 7973 : Follow up to remove an extraneous my
PASSED-QA-Bug-7973--Follow-up-to-remove-an-extrane.patch (text/plain), 981 bytes, created by
Katrin Fischer
on 2013-03-22 06:21:52 UTC
(
hide
)
Description:
[PASSED QA] Bug 7973 : Follow up to remove an extraneous my
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-03-22 06:21:52 UTC
Size:
981 bytes
patch
obsolete
>From c6355fe74284b7e155f2587b2f7d03507c3a33c4 Mon Sep 17 00:00:00 2001 >From: Chris Cormack <chrisc@catalyst.net.nz> >Date: Fri, 22 Mar 2013 10:51:31 +1300 >Subject: [PATCH] [PASSED QA] Bug 7973 : Follow up to remove an extraneous my > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Fixes problem found by QA scripts. >--- > C4/Auth_with_ldap.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Auth_with_ldap.pm b/C4/Auth_with_ldap.pm >index d29d8e8..1f2f617 100644 >--- a/C4/Auth_with_ldap.pm >+++ b/C4/Auth_with_ldap.pm >@@ -119,7 +119,7 @@ sub checkpw_ldap { > $userldapentry = $search->shift_entry; > > # Perform a LDAP bind for the given username using the matched DN >- my $res = $db->bind( $userldapentry->dn, password => $password ); >+ $res = $db->bind( $userldapentry->dn, password => $password ); > if ( $res->code ) { > $debug and warn "LDAP bind failed as kohauser $userid: ". description($res); > return 0; >-- >1.7.9.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7973
:
9233
|
12950
|
12955
|
14775
|
16580
|
16686
|
16703
|
16704
|
20821