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)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 10 Feb 2020 09:18:50 +0000 (09:18 +0000)
commitf514a37d8815310f1608948db05bc129794946cc
tree6afc65f8871d425d617fc0d02e86b393df8e76a1
parent9de9976cb279039a24749dc90853fee8330a0248
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>
C4/Auth_with_ldap.pm