in src/oslogin_utils.cc [175:177]
bool NssCache::HasNextEntry() { return (index_ < entry_cache_.size()) && !entry_cache_[index_].empty(); }