Hi,
I have a problem with Linux-Pam on my LFS. I should for my linux LFS install
Stunnel-4.15. This is the commande :
Code:
groupadd -g 51 stunnel &&
useradd -c "Stunnel Daemon" -d /var/lib/stunnel \
-g stunnel -s /bin/false -u 51 stunnel &&
install -v -m 1770 -o stunnel -g stunnel -d /var/lib/stunnel/run
But "groupadd" dont OK. I have this response : PAM autentification failure. What is the problem?
Thanks for you reponse.
PS : Sorry for my english because i'm french
