[Mono-bugs] [Bug 79123][Nor] Changed - UnixUserInfo.ToPasswd fails when fields are blank
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Aug 21 21:26:35 EDT 2006
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 samjie at gmail.com.
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: miguel at ximian.com
ReportedBy: samjie at gmail.com
@@ -99,6 +99,23 @@
ent->pw_gid, ent->pw_gecos, ent->pw_dir,
ent->pw_shell);
}
endpwent ();
}
+
+------- Additional Comments From samjie at gmail.com 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"
+
More information about the mono-bugs
mailing list