Same here (Client: Ubuntu 9.10, libvirt server: CentOS 5.4). The patch
in Bug #474107 fixes it for me.
** Changed in: libvirt (Ubuntu)
Status: New => Confirmed
--
remotely executed netcat (nc) uses -q option which is not universally supported
https://bugs.launchpad.net/bugs/517478
You rec
+1 for _not_ using saslauthd. The first option only changes one line in
/etc/group, but using saslauthd would require having another daemon running.
Furthermore, saslauthd recommends against using the sasldb backend (see
saslauthd(8) for details).
--
upgrade to hardy: user openldap is not added
Hi!
I have a pretty simple setup with libnss-ldap and libpam-ldap authenticating a
locally running slapd, which in turn authenticates against sasldb. I have no
saslauthd or so running.
Before upgrading from dapper to hardy, slapd ran as root, and thus was able to
access /etc/sasldb2. After the
How about a patch to libnss-ldap to respect an environment variable to
force soft binding? Something like 'if
(getenv("NSS_LDAP_BINDPOLICY_SOFT" != 0 && getuid() < 100)) { /* force
soft bind regardless of ldap.conf */ }'
--
libnss-ldap: calls to initgroups() causes boot to hang when using 'bind_p
Hi!
This bug just bit me while upgrading from dapper to hardy. As I expected some
rough things I took a full image of my production server (still running dapper
now) and exercised the upgrade to hardy in a virtual machine.
After upgrading to hardy, I had the problems described here. Setting
bin
Public bug reported:
After upgrading from dapper to hardy, slapd can no longer authenticate
against sasldb2. I found out that slapd now runs as a user "openldap",
but this user has by default no rights to open /etc/sasldb2.
The postinst script should do an "adduser openldap sasl".
** Affects: op
I analyzed the problem(s), and I found invalid entries in my ldap
database which seem to have been added during the installation a long
time ago (See also Bug #112631).
--
upgrade from slapd from dapper to hardy fails on DB conversion
https://bugs.launchpad.net/bugs/218311
You received this bug n
Public bug reported:
I just tried to upgrade a server with openldap from dapper to hardy (I
pulled an image from the dapper server and am doing a dry-run in a
virtualbox now).
During the upgrade, the slapd postinst script somehow crashed in an
intermediate state, and the upgrade aborted shortly a