Bugzilla – Attachment 53124 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]
Patch: support password mapping with empty default
support-password-mapping-with-empty-default.patch (text/plain), 431 bytes, created by
Oliver Behnke
on 2016-07-06 10:07:44 UTC
(
hide
)
Description:
Patch: support password mapping with empty default
Filename:
MIME Type:
Creator:
Oliver Behnke
Created:
2016-07-06 10:07:44 UTC
Size:
431 bytes
patch
obsolete
>diff --git a/C4/Auth_with_ldap.pm b/C4/Auth_with_ldap.pm >index 2d1a9a9..00442c2 100644 >--- a/C4/Auth_with_ldap.pm >+++ b/C4/Auth_with_ldap.pm >@@ -358,7 +358,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;
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