Jens Vagelpohl wrote:
I was trying to assign local role to users in the securitytab in zope management with users from an ldapdatabase (Active directory) authenticating works very well, but the above raises exeptions
From that traceback I am assuming that you are not using the latest LDAPUserFolder version (2.4) - I suggest you upgrade first and try again.
Installed new version, but i still get the exception: Traceback (innermost last): Module ZPublisher.Publish, line 100, in publish Module ZPublisher.mapply, line 88, in mapply Module ZPublisher.Publish, line 40, in call_object Module Shared.DC.Scripts.Bindings, line 306, in __call__ Module Shared.DC.Scripts.Bindings, line 343, in _bindAndExec Module App.special_dtml, line 175, in _exec Module DocumentTemplate.DT_Try, line 140, in render Module DocumentTemplate.DT_Try, line 149, in render_try_except Module DocumentTemplate.DT_In, line 623, in renderwob Module AccessControl.Role, line 317, in get_valid_userids Module AccessControl.User, line 965, in user_names Module Products.LDAPUserFolder.LDAPUserFolder, line 608, in getUserNames TypeError: list indices must be integers I'm running with zope 2.7.0 Best regards Einar Næss Jensen