In Workstation mode, new user isn't given access on initial load
説明
When a new ( uncached ) user is cached, it goes into the pwent cache before their groups are processed, so if there is access control by group, they are denied access until a later update.
原因
This is stopping initial login on AIX due to the account_locked attribute returning true when really the account isn't locked. But it's easily seeable on any OS.
対策
none.
The fix is expected to be present in 5.0.7 and/or 5.1.0 release.