b306351 Return all group members from getgr(nam|gid)

1 file Authored by ralf 13 years ago, Committed by sgallagh 13 years ago,
    Return all group members from getgr(nam|gid)
    
    getgrnam()/getgrgid() should return all group members instead of only those
    which have already been cached (in sysdb). To achieve this every member
    that is currently not in the cache is looked up via LDAP and saved to the
    cache.