Commit Graph

2 Commits

Author SHA1 Message Date
Florian Weimer 5a9af6376d Fix inconsistent passwd compensation in nss/bug17079.c
It used to be common practice to have a statically linked shell for an
alternative root account, as in:

root0:0:root:/root:/bin/bash
toor0: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.
2015-09-25 20:20:33 +02:00
Florian Weimer 90fa42a1d7 Test in commit e07aabba73 is for bug 17079 2015-09-22 13:40:17 +02:00