FS#2825 - Missing /etc/gshadow
|
Details
kuser complains of missing /etc/gshadow file.
This can be resolved using; touch /etc/gshadow chown root.root /etc/gshadow chmod 700 /etc/gshadow Fix borrowed from puppy linux web site! |
This task depends upon
"man gpasswd" gives a hint "...(and /etc/gshadow file if compiled with SHADOWGRP defined).". After i set a password for a group, the tool put the password only in "/etc/group" and doesn't use "/etc/gshadow". So, i think Arch don't uses this file. You should leave the field "Shadow group file" empty at "KUser->Settings->Configure KUser->Files".