Versions in this module Expand all Collapse all v0 v0.8.1 Feb 18, 2014 Changes in this version + func GetUserGroupSupplementary(userSpec string, defaultUid int, defaultGid int) (int, int, []int, error) + type Group struct + Gid int + List []string + Name string + Pass string + func ParseGroup() ([]*Group, error) + func ParseGroupFilter(filter func(*Group) bool) ([]*Group, error) + type User struct + Gecos string + Gid int + Home string + Name string + Pass string + Shell string + Uid int + func ParsePasswd() ([]*User, error) + func ParsePasswdFilter(filter func(*User) bool) ([]*User, error)