[Bug 1035942] Re: setting up debconf ldap driver
molostoff
1035942 at bugs.launchpad.net
Mon Aug 13 04:26:52 UTC 2012
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
Foundations Bugs, which is subscribed to debconf in Ubuntu.
https://bugs.launchpad.net/bugs/1035942
Title:
setting up debconf ldap driver
Status in “debconf” package in Ubuntu:
New
Bug description:
setting ldap driver by uncommenting ldap configuration variables
issued in
Attempt to access disallowed key 'keybykey' in a restricted hash at
/usr/share/perl5/Debconf/DbDriver.pm line 35, <DEBCONF_CONFIG> chunk 7
also any other settings provided in comments report the same, it seems
that they are not hashed, and I am unable to configure ldap remotedb,
as it stated in doc.
Please provide some point for help...
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debconf/+bug/1035942/+subscriptions
More information about the foundations-bugs
mailing list