LDAPUserFolder and roles assignements Problem
Hi people, I instantiated a Group User Folder object for my Zope+Plone app. and configured it to take users from an LDAP server in order to get users id and passwords validated. The underlying users source is an LDAPUserFolder object which cannot retrieve the entire users list ( LDAPUserFolder is limited in results size!). In this way, I'm not able to assign roles to my users in the ZMI since I don't get the user list! I also dont have the Comma separated list of special additional role userid's and Comma separated list of additional roles for special userid's I used to have in a LDAPAdapter object for instance. Has anybody found a way to assign roles to LDAP-based user names? Thanks in advance! Gabriela _________________________________________________________________ MSN Amor: busca tu ½ naranja http://latam.msn.com/amor/
Gabriela López Ruiz wrote:
The underlying users’ source is an LDAPUserFolder object which cannot retrieve the entire users list ( LDAPUserFolder is limited in results size!).
Oh, is it? This is news to me. What size is that limit? I have looked in the code and can't find it. If there is a limit, should you not be able to do a limiting search to get a smaller results list? //Lennart
participants (2)
-
Gabriela López Ruiz -
Lennart Regebro