class type ug_admin =object
..end
method getpwnam : string -> Unix.passwd_entry
method getpwuid : int -> Unix.passwd_entry
method getgrnam : string -> Unix.group_entry
method getgrgid : int -> Unix.group_entry
method getgroups : string -> Plasma_util.StrSet.t
getgroups user
: Returns the set of effective group
memberships for user
method users : Unix.passwd_entry list
method groups : Unix.group_entry list
method add_group : Unix.group_entry -> unit
It is not checked whether the group members exist.
method del_group : string -> unit
method add_user : Unix.passwd_entry -> unit
method del_user : string -> unit
method admin_tables : (string * string) list
(table_name,table_contents)
.