Get the Passwd of the user with the name

Property definitions

posix $ Passwd :: from_name
	# Get the `Passwd` of the user with the `name`
	new from_name(name: String) import String.to_cstring `{ return getpwnam( String_to_cstring(name) ); `}
lib/posix/posix.nit:56,2--57,103