Python nis Functions
EditRocket provides the following information on nis functions in the Python source code builder.
cat(mapname[, domain=default_domain]) - Return a dictionary mapping key to value such that match(key, mapname)==value.
get_default_domain() - Return the system default NIS domain.
maps([domain=default_domain]) - Return a list of all valid maps.
match(key, mapname[, domain=default_domain]) - Return the match for key in map mapname, or raise an error