On Wed, Feb 2, 2011 at 12:29 AM, Olav Vitters <[email protected]> wrote: > install-module is supposed to put the name in the From: > > Was this during sssd testing? Messages before have the name there. > Didn't notice a tarball release after this one. > > I'm guessing it doesn't cache the name?
So I poked at install-module on window and it is running: WHO=$(getent passwd $USER | cut -d : -f 5 | cut -d , -f 1 | sed 's, <.*,,') In talking with sssd upstream and looking at our ldap schema, we're "technically" violating RFC2307 and are using the "cn" attribute for gecos instead of an attribute named "gecos". The fix is to set this in the sssd.conf: ldap_user_gecos = cn Thanks to Stephen Gallagher and Summit Bose for quick responses on how to fix this. I manually ran puppetd --test on window. The rest of the servers can let puppetd fix things. [root@window ~]# getent passwd matthiasc | cut -d : -f 5 | cut -d , -f 1 | sed 's, <.*,,' Matthias Clasen > -- > Regards, > Olav > > > ---------- Forwarded message ---------- > From: "matthiasc" <[email protected]> > To: FTP Releases <[email protected]> > Date: Wed, 2 Feb 2011 07:22:07 +0000 (UTC) > Subject: vte 0.27.5 > Module: vte > Version: 0.27.5 > Uploaded by: matthiasc > > http://download.gnome.org/sources/vte/0.27/vte-0.27.5.tar.gz > sha256sum: 16199fd304a1a3cd85b5e88d1c7f405529c7b62050a026513347e41efe989351 > size: 1.7M > > http://download.gnome.org/sources/vte/0.27/vte-0.27.5.tar.bz2 > sha256sum: 47541d480c50c95b53eb6bf1187561ae7eebc19556aec0c5dd281b5cb5c316c0 > size: 1.4M > > News > ---- > > 0.27.5 > ====== > - Fix build with recent GTK+ > - Translation updates > > -- > An RSS 2.0 feed of ftp-release-list is available at: > http://download.gnome.org/LATEST.xml > _______________________________________________ > ftp-release-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/ftp-release-list > > _______________________________________________ > gnome-infrastructure mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gnome-infrastructure > -- Jeff Schroeder Don't drink and derive, alcohol and analysis don't mix. http://www.digitalprognosis.com _______________________________________________ gnome-infrastructure mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-infrastructure
