freeipa-webui
freeipa-webui copied to clipboard
Standardize how entries are transformed in rpc
For example, different rpc queries handle the results differently. So "getGenericUsersFullData" calls apiToUser() on the resulting entries, but "gettingGeneric" does not. So this creates an inconsistency with how the entries look and how we must interact with them.