Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79123 --- shadow/79123 2006-08-21 21:05:42.000000000 -0400 +++ shadow/79123.tmp.24761 2006-08-21 21:26:35.000000000 -0400 @@ -1,12 +1,12 @@ Bug#: 79123 Product: Mono: Class Libraries Version: unspecified OS: unknown OS Details: -Status: NEEDINFO +Status: REOPENED Resolution: Severity: Unknown Priority: Normal Component: Mono.POSIX AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] @@ -99,6 +99,23 @@ ent->pw_gid, ent->pw_gecos, ent->pw_dir, ent->pw_shell); } endpwent (); } + +------- Additional Comments From [EMAIL PROTECTED] 2006-08-21 21:26 ------- +Thanks for your continued attention. As you can see below the program +doesn't choke on sshd (which has an empty gecos field): + +<snip> +(passwd messagebus 'x' 104 107 'x' '/var/run/dbus' '/bin/false') +<snip> +(passwd sshd 'x' 107 65534 '' '/var/run/sshd' '/bin/false') +<snip> + +$ cat /etc/lsb-release +DISTRIB_ID=Ubuntu +DISTRIB_RELEASE=6.06 +DISTRIB_CODENAME=dapper +DISTRIB_DESCRIPTION="Ubuntu 6.06.1 LTS" + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
