Steps to reproduce
- Have a group containing LDAP users
- Remove one of those user from LDAP
- Request group memberships via ProvisioningAPI/Users page
Expected behaviour
They should be listed
Actual behaviour
page stays empty, cause by an uncaught exception thrown from User_LDAP::getHome, because it does only return the home path on deletion processes (for reasons i guess).