about summary refs log tree commit diff
path: root/nss/bug17079.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix inconsistent passwd compensation in nss/bug17079.cFlorian Weimer2015-09-251-1/+9
| | | | | | | | | | | | | It used to be common practice to have a statically linked shell for an alternative root account, as in: root:x:0:0:root:/root:/bin/bash toor:x:0:0:root recovery account:/root:/sbin/sash This causes problems with passwd NSS tests because a UID-based lookup will only retrieve one of those entries. The original version of nss/bug17079.c detected this, but failed to use this information later on.
* Test in commit e07aabba73ea62e7dfa0512507c92efb851fbdbe is for bug 17079Florian Weimer2015-09-221-0/+236