plone / plone.app.ldap

Plone UI and integration of the functionality provided by LDAPMultiPlugins, LDAPUserFolder and PloneLDAP
3 stars 10 forks source link

Should UserIntrospection be provided? #22

Open uschwarz opened 9 years ago

uschwarz commented 9 years ago

p.a.ldap only provides IUserEnumerationPlugin and not IUserIntrospection, so its users do not show up in portal_membership.listMembers(). Should it?

(As is, the current workaround is to search for Members with userids containing '' and then explicitly get those Members one by one, which seems clumsy.)