]> git.ipfire.org Git - thirdparty/shadow.git/commit
passwd: fall back to non-PAM code when prefix is used
authorJaroslav Jindrak <dzejrou@gmail.com>
Wed, 3 May 2023 20:38:28 +0000 (22:38 +0200)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Fri, 9 Jun 2023 14:22:24 +0000 (16:22 +0200)
commit68bf73f3196b3a05846e2eabcb1e472ede8265f0
treeb344aeb22df96e2dc16db7bb5c1a3527019c423e
parent2d0beef3bb27ce0d2ee7c814ecf3223d9af1b645
passwd: fall back to non-PAM code when prefix is used

Prefix does not make sense when we use PAM, so when the option
is used behave as if --with-libpam=no was used to configure the
project.
lib/prototypes.h
libmisc/Makefile.am
libmisc/obscure.c
libmisc/pwd2spwd.c
src/passwd.c