How widespread is NIS support?

Mark C Favas mark at chem.uwa.edu.au
Mon Feb 19 16:38:23 EST 2001


[Andrew Kuchling wonders whether the nis module will compile everywhere on Unix]

>the NIS test is smart enough to figure out if NIS is enabled, and
>skips the test if it isn't.  I'm simply concerned whether the module
>will compile everywhere.

Well, at least ithe version of nis in 2.1a2 compiles without warnings on Tru64
Unix, V4.0F with Compaq's C compiler, and does the right thing with
"make test" (since nis is installed but not running):
test_nis
test test_nis skipped --  internal NIS server or client error

and when run manually:
python Lib/test/test_nis.py
nis.maps()
Traceback (most recent call last):
  File "Lib/test/test_nis.py", line 10, in ?
    raise TestFailed, msg
test_support.TestFailed: internal NIS server or client error

As mentioned in previously, nis support on this platform is in libc.

--
Email  - mark at chem.uwa.edu.au      ,-_|\                           Mark C Favas
Phone  - +61 9 380 3482           /     \               Department of Chemistry
Fax    - +61 9 380 1005      ---> *_,-._/   The University of Western Australia
                                       v                               Nedlands
Loc    - 31.97 S, 115.81 E                               Western Australia 6009



More information about the Python-list mailing list