Questions tagged [passwd]
The passwd tag has no summary.
229 questions
0 votes
1 answer
30 views
find when samba smbpasswd was last updated?
like with passwd -S <user> showing the last time the linux login password was updated via passwd... is there a way in samba as root to show when the last time a valid samba user listed via ...
-4 votes
1 answer
91 views
Linux passwd / no password
Disabled password on login with command sudo passwd -l user How do I retrieve the password?
1 vote
0 answers
111 views
How to debug chpasswd "Authentication token manipulation error"
I'm trying to programmatically change a user's password using chpasswd, but I'm getting the following error: /sbin/chpasswd <<< "0s22xmgW:<new_password>" chpasswd: (user ...
1 vote
0 answers
307 views
How do I use static UIDs and GIDs for services in my yocto build?
I have a piece of equipment running a yocto build. This build includes services like ssh-server, mysql, and ntp, with each run as their own users. mysql is UID 999, sshd is UID 998, etc. In my ...
1 vote
0 answers
151 views
How to test password PAM options without changing password
I notice there are settings in /etc/pam.d/common-password to define minimum password strength. For example: ... password requisite pam_pwquality.so retry=3 maxrepeat=0 minlen=19 ucredit=-1 ...
1 vote
1 answer
128 views
does /etc/passwd primary group mean you are in that group?
This is in RHEL-8.10 for what it's worth... in /etc/passwd I have ron:x:20000:100:me:/home/ron:/bin/bash so my uid is 20000, and my gid is 100 which as defined by convention in /etc/group is the ...
0 votes
1 answer
94 views
What is the meaning of having a username as the last field of an `/etc/passwd` entry?
In Google Compute Engine VM in /etc/passwd file i see an entry like this one: root:x:0:0:root:/root:my_logged_in_username_here. What could that mean? The last field is for user command interpreter as ...
0 votes
0 answers
435 views
Setting user passwords via kernel parameter
What is the correct syntax to use these bits of information from systemd manual: systemd-sysusers(8) will look for the credentials passwd.hashed-password., passwd.plaintext-password. and passwd.shell....