Lines Matching refs:NIS
2 :mod:`nis` --- Interface to Sun's NIS (Yellow Pages)
7 :synopsis: Interface to Sun's NIS (Yellow Pages) library.
14 The :mod:`nis` module gives a thin wrapper around the NIS library, useful for
17 Because NIS exists only on Unix systems, this module is only available for Unix.
31 The *domain* argument allows overriding the NIS domain used for the lookup. If
32 unspecified, lookup is in the default NIS domain.
43 The *domain* argument allows overriding the NIS domain used for the lookup. If
44 unspecified, lookup is in the default NIS domain.
51 The *domain* argument allows overriding the NIS domain used for the lookup. If
52 unspecified, lookup is in the default NIS domain.
57 Return the system default NIS domain.
64 An error raised when a NIS function returns an error code.