How widespread is NIS support?
Andrew Kuchling
akuchlin at mems-exchange.org
Mon Feb 19 10:28:05 EST 2001
More information about the Python-list mailing list
Mon Feb 19 10:28:05 EST 2001
- Previous message (by thread): How widespread is NIS support?
- Next message (by thread): How widespread is NIS support?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"John W. Baxter" <jwbnews at scandaroon.com> writes: > Whether or not we could compile it, I don't know. But if the code in > Python expects NIS to actually *do* something, we'll have a problem. glibc 2.x includes NIS support (in libnsl), so it's available on my Red Hat 6.2 machine, and probably on your 7.0 boxes, too. Luckily, 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. --amk
- Previous message (by thread): How widespread is NIS support?
- Next message (by thread): How widespread is NIS support?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list