|
|
Subscribe / Log in / New account

Fedora considers removing NIS support

Fedora considers removing NIS support

Posted Oct 30, 2021 11:31 UTC (Sat) by josh (subscriber, #17465)
Parent article: Fedora considers removing NIS support

I wonder how difficult it would be to provide a completely separate daemon that transforms NIS into synthetic passwd/group/shadow files via FUSE, and then mount that over /etc/passwd and /etc/group and /etc/shadow at boot time? That would completely remove the need for special integration with authentication.

(You'd still need to use a separate tool like yppasswd to handle password/information changes, as well, unless you want to make that filesystem writable and try to interpret local writes. Probably safer to make the file read-only.)


to post comments

Fedora considers removing NIS support

Posted Oct 30, 2021 13:47 UTC (Sat) by cbcbcb (subscriber, #10350) [Link]

The problem seems to be that NIS support is mixed in with other authentication methods.

NIS could be supported by a separate PAM module, which could be done cleanly and wouldn't impose a maintenance cost on people aren't involved with it.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds