Bugzilla – Attachment 98561 Details for
Bug 16719
LDAP: Using empty strings as 'failsafe' attribute mapping defeats database constraints
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16719: (follow-up) Update check on password mapping
Bug-16719-follow-up-Update-check-on-password-mappi.patch (text/plain), 870 bytes, created by
Martin Renvoize (ashimema)
on 2020-02-07 12:38:30 UTC
(
hide
)
Description:
Bug 16719: (follow-up) Update check on password mapping
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-02-07 12:38:30 UTC
Size:
870 bytes
patch
obsolete
>From 4adeab1e6739e049895ba8488611d69484e0265e Mon Sep 17 00:00:00 2001 >From: Oliver Behnke <oliver.behnke@aei.mpg.de> >Date: Fri, 7 Feb 2020 12:35:21 +0000 >Subject: [PATCH] Bug 16719: (follow-up) Update check on password mapping > >Change to allow for unmapped default passwords > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > 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 3981c9b8d4..76003c51f1 100644 >--- a/C4/Auth_with_ldap.pm >+++ b/C4/Auth_with_ldap.pm >@@ -392,7 +392,7 @@ sub update_local { > ); > > # MODIFY PASSWORD/LOGIN if password was mapped >- _do_changepassword($userid, $borrowerid, $password) if $borrower->{'password'}; >+ _do_changepassword($userid, $borrowerid, $password) if exists( $borrower->{'password'} ); > } > > 1; >-- >2.20.1
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 16719
:
52316
|
53124
|
98560
|
98561
|
98573
|
98574
|
98575