Also I have found some code meaningless (at least unclear):

--- a/LDAP.pm
+++ b/LDAP.pm
@@ -117,8 +117,7 @@ sub shutdown
                }

                foreach my $field (keys %{$data{fields}}) {
-                       next if ($data{fields}->{$field} eq '' &&
-                                !($field eq 'value'));
+                       next if ($data{fields}->{$field} eq '');

I dont know the purpose, but without this check all works fine to me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1035942

Title:
  setting up debconf ldap driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debconf/+bug/1035942/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to