Bug 16719: Pass through undef rather than empty string in LDAP mapping
authorOliver Behnke <oliver.behnke@aei.mpg.de>
Fri, 7 Feb 2020 12:31:31 +0000 (12:31 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Mon, 9 Mar 2020 18:02:17 +0000 (18:02 +0000)
commit14d5e841cdfbce63dad0d3e05cd8ae8339f5f9db
tree953d35c1a79627f5c0d224b44345fbc6062888f5
parent9ee605ea9f920cff02f39083d8fa3d6ea59064a4
Bug 16719: Pass through undef rather than empty string in LDAP mapping

Nullable DB fields should be passed null in cases where ldap fields are
empty and not replaced with empty strings.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
(cherry picked from commit 0dac0b874779bc7617490199944af1d2b807e656)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/Auth_with_ldap.pm