[Bug 1497871] [NEW] SIP auth fails with gcc 5.x build

2015-09-21 Thread Ryan Murray
Public bug reported: With gcc 5.x, valgrind indicates that the SIP password is pointing at a value on the stack in a different function. The use of the temporary std::string on the stack causes the cred_[i].data assignment to point to a stack address, that isn't be valid by the time the passwor

[Bug 1318199] Re: Can't change password

2015-08-09 Thread Ryan Murray
This is caused by libpam-pwquality using the cracklib defaults for the dictionary file, and not having cracklib-runtime installed with the default cracklib dictionary of /usr/share/dict/cracklib-small. libpam- pwquality should probably Depends: on cracklib-runtime -- You received this bug notifi

[Bug 1033081] [NEW] NFS4 krb5i mounts timeout

2012-08-04 Thread Ryan Murray
Public bug reported: Version: 1:1.2.6-2ubuntu1 nfsv4 mounts via krb5i stop working. The client reports nfs: server servername not responding, still trying, and the mount process doesn't complete. Downgrading to 1:1.2.5-3ubuntu3 from precise fixes the problem. (although that downgrade seems to

[Bug 929888] [NEW] ldap_result returns -1 when called from sssd

2012-02-09 Thread Ryan Murray
Public bug reported: sssd fails to obtain ldap results and marks the ldap server as "offline" when used with libldap-2.4-2 2.4.28-1.1ubuntu2, as ldap_result always returns -1. Reverting to libldap-2.4-2 2.4.25-1.1ubuntu4 fixes the problem. This seems to be an upstream bug, also seen in Fedora: h