After creating a new project and trying to open the svn tree i got this error below. LDAP authentication works fine, i am out of ideas. Tuleap version is 8.0.99.26
An Exception Has Occurred
Python Traceback
Traceback (most recent call last):
File "/usr/share/viewvc/lib/viewvc.py", line 3814, in main
request.run_viewvc()
File "/usr/share/viewvc/lib/viewvc.py", line 318, in run_viewvc
if not svnaccess.check_read_access(user.user_getname(), self.rootpath, self.where):
File "/usr/share/tuleap/src/www/../utils/svn/svnaccess.py", line 130, in check_read_access
username = get_name_for_svn_access(svnrepo, username)
File "/usr/share/tuleap/src/www/../utils/svn/svnaccess.py", line 119, in get_name_for_svn_access
return codendildap.get_login_from_username(username)
File "/usr/share/tuleap/src/www/../utils/svn/codendildap.py", line 60, in get_login_from_username
return get_login_from_eduid(row['ldap_id'])
File "/usr/share/tuleap/src/www/../utils/svn/codendildap.py", line 47, in get_login_from_eduid
username = entry[include.sys_ldap_uid][0].lower();
KeyError: 'samaccountname'