Hi,
I set up a chroot jail environment to allow users to SSH.
The jail is working, except for running passwd.
After changing the password I get the following error:
passwd: Authentication token manipulation error
passwd: password unchanged
As I see it, the passwd inside jail cannot access the real /etc/passwd file...
Is there a way to allow jailed users to change their password on the local linux?