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)
committerJoy Nelson <joy@bywatersolutions.com>
Thu, 5 Mar 2020 00:29:42 +0000 (00:29 +0000)
commit0dac0b874779bc7617490199944af1d2b807e656
treef5c1a88e7df9066af1d0961855f30fe61d9603bb
parentfdc568afa932a03838b71679fbd4d1c50c9ed0cc
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>
C4/Auth_with_ldap.pm