Modify ↓
Opened 19 years ago
Closed 19 years ago
#5501 closed defect (wontfix)
trac ldap auth problem
| Reported by: | gogo | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | plugin |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Hi! Using python 2.4, Apache2.2, trac0.10.3 and gets this errors:
Traceback (most recent call last):
File "/var/lib/python-support/python2.4/trac/web/main.py", line 387, in dispatch_request
dispatcher.dispatch(req)
File "/var/lib/python-support/python2.4/trac/web/main.py", line 183, in dispatch
req.perm = PermissionCache(self.env, req.authname)
File "/var/lib/python-support/python2.4/trac/perm.py", line 263, in __init__
self.perms = PermissionSystem(env).get_user_permissions(username)
File "/var/lib/python-support/python2.4/trac/perm.py", line 227, in get_user_permissions
for perm in self.store.get_user_permissions(username):
File "build/bdist.linux-i686/egg/ldapplugin/api.py", line 205, in get_user_permissions
File "build/bdist.linux-i686/egg/ldapplugin/api.py", line 108, in get_permission_groups
File "build/bdist.linux-i686/egg/ldapplugin/api.py", line 149, in _get_user_groups
File "build/bdist.linux-i686/egg/ldapplugin/api.py", line 541, in get_groups
File "build/bdist.linux-i686/egg/ldapplugin/api.py", line 564, in get_dn
File "build/bdist.linux-i686/egg/ldapplugin/api.py", line 647, in _search
File "build/bdist.linux-i686/egg/ldapplugin/api.py", line 640, in _open
TypeError: unsubscriptable object
Any suggestions?
Attachments (0)
Change History (1)
comment:1 by , 19 years ago
| Keywords: | plugin added |
|---|---|
| Resolution: | → wontfix |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



This is an issue with the LdapPlugin, not w/ Trac.
Please report the issue to the maintainer of the plugin (that would be … me ;-)) on http://trac-hacks.org. Do not forget to mention the version of the plugin you've installed.