]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib/, src/: Remove all code wrapped in defined(USE_NIS)
authorAlejandro Colomar <alx@kernel.org>
Wed, 17 Jan 2024 13:16:27 +0000 (14:16 +0100)
committerSerge Hallyn <serge@hallyn.com>
Thu, 14 Mar 2024 21:12:51 +0000 (16:12 -0500)
commit33825ab57d166ea32e07a6106ea45287d3fbaeee
tree48c1efb4b6f43b349bc9f12db60f27bd808b1236
parentae3d71fb944d5d1bc64196ad6c80fc387b389892
lib/, src/: Remove all code wrapped in defined(USE_NIS)

I don't find any way to enable USE_NIS, so it looks like it's all
dead code.  Bury it.

Closes: <https://github.com/shadow-maint/shadow/issues/909>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
lib/gshadow.c
lib/prefix_flag.c
lib/shadow.c
src/chfn.c
src/chsh.c
src/groupdel.c
src/groupmod.c
src/useradd.c
src/userdel.c
src/usermod.c