This mail is an automated notification from the bugs tracker of the project: Savane.
/**************************************************************************/ [bugs #851] Full Item Snapshot: URL: <http://gna.org/bugs/?func=detailitem&item_id=851> Project: Savane Submitted by: Sylvain Beucler On: Tue 10/05/2004 at 21:12 Category: Backend Severity: 3 - Average Priority: A - Later Resolution: None Privacy: Public Assigned to: None Status: Open Release: Planned Release: Summary: Commas in Real Name not supported Original Submission: The code that parses the MySQL query result in DB.pm joins everything with a ","; hence, when there is a comma in the Real Name of a user account, things are shifted. What is pretty unfortunate is that scripts seem to rely on this structure, eg sv_users.pl splits the result using split(","). As a consequence the SSH keys are replaced by a part of the Real Name and the account is not updated well. It seems the GetDB() procedure as well as its calls should be rewritten thorough Savane so as to return a table instead of a string. For detailed info, follow this link: <http://gna.org/bugs/?func=detailitem&item_id=851> _______________________________________________ Message sent via/by Gna! http://gna.org/ _______________________________________________ Savane-dev mailing list [EMAIL PROTECTED] https://mail.gna.org/listinfo/savane-dev
