12 Jan
2004
12 Jan
'04
6:42 p.m.
Julian Clark wrote at 2004-1-12 12:10 +0800:
I've recently recreated a zope installation that someone else built, in the process updating to zope 2.6 from 2.3.3
I'm not having much joy with LDAP + local roles upon the manage local role interface.
I've discovered in the dtml source for listLocalRoles there is a try/except for overflow, which is being caught and therefore not bringing the list of users up. Does this mean that my ldap server is returning too many results?
At least this is possible... You can easily find out: temporarily remove the "try/except" and see what happens... -- Dieter