-
Hi, we have internal debian package which call #!/bin/bash -e
adduser --disabled-password --shell /bin/bash --comment "$DESCRIPTION" $USERNAME Copying files from `/etc/skel' ...
Password: chfn: PAM: Authentication failure
adduser: `/bin/chfn -f XXX YYY xxx' returned error code 1. Exiting. I think somethings wrong with Fortunately, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
If the package is internal, I assume you control it. If that is the case I would recommend moving to a sysuser snippet using |
Beta Was this translation helpful? Give feedback.
-
It's really weird, I tried include |
Beta Was this translation helpful? Give feedback.
Ok, there is a problem in our package. It should has:
but it didn't.
Previously we use official debian image and chroot into it,
adduser
is already installed, so we didn't experience this problem before.