23af8a7 Change the pam code to perform an initgroups call

1 file Authored by simo 14 years ago, Committed by sgallagh 14 years ago,
    Change the pam code to perform an initgroups call
    
    An initgroups call refreshes both the user and the user's groups, this is ideal
    for pam so that we don't need addiotnal initgroups calls (initgroups calls are
    cached too now) during the login process.