Bugzilla – Attachment 1957 Details for
Bug 4256
C4/Auth_with_ldap.pm replication broken and corrupts data when used without update
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
don't update ExtendedPatronAttributes if configured not to
koha-ExtendedPatronAttributes-no-update.diff (text/plain), 692 bytes, created by
Chris Cormack
on 2010-03-01 21:39:00 UTC
(
hide
)
Description:
don't update ExtendedPatronAttributes if configured not to
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2010-03-01 21:39:00 UTC
Size:
692 bytes
patch
obsolete
>diff --git a/koha-240/usr/share/koha/lib/C4/Auth_with_ldap.pm b/koha-240/usr/share/koha/lib/C4/Auth_with_ldap.pm >index c375300..87a87df 100644 >--- a/koha-240/usr/share/koha/lib/C4/Auth_with_ldap.pm >+++ b/koha-240/usr/share/koha/lib/C4/Auth_with_ldap.pm >@@ -155,6 +155,7 @@ sub checkpw_ldap { > ($cardnumber eq $c2) or warn "update_local returned cardnumber '$c2' instead of '$cardnumber'"; > } else { # C1, D1 > # maybe update just the password? >+ return(1, $cardnumber); # FIXME dpavlin -- don't destroy ExtendedPatronAttributes > } > } elsif ($config{replicate}) { # A2, C2 > $borrowernumber = AddMember(%borrower) or die "AddMember failed"; >
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 4256
:
1956
| 1957 |
1958