From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4b) Gecko/20030516 Mozilla Firebird/0.6 Description of problem: 1st are: /etc/shadow with chage 2nd are: /etc/gshadow with gpasswd 3rd is up to somebody else to find more Version-Release number of selected component (if applicable): How reproducible: Didn't try Steps to Reproduce: 1.minimal install fedora 2.reboot 3.login and ls -ld ... Additional info: how about this change? groupadd shadow chgrp shadow /etc/shadow chmod g+r /etc/shadow chgrp shadow /usr/bin/chage chmod u-s,g+s /usr/bin/chage groupadd gshadow chgrp gshadow /etc/gshadow chmod g+r /etc/gshadow chgrp gshadow /usr/bin/gpasswd chmod u-s,g+s /usr/bin/gshadow
g+r -> g+rw