Comment 26 for bug 941673

Revision history for this message
In , Rstrode (rstrode) wrote :

Created attachment 124801
daemon: don't call getspnam for local users

We're already iterating over the whole shadow file, so
just cache the entries instead of calling getspname a
few lines later.