在8.3版中,我使用的是tuleap的对接图像。
我在/etc/tuleap/plugins/ldap/etc/ldap.inc中设置了一个AD,并用$sys_auth_type = 'ldap';在/etc/tuleap/conf/local.inc中启用了它
然后,我创建了一个subversion项目,并在使用我的用户获得识别的自动完成==>中使用add user按钮添加了我的用户,它以前从未添加到tuleap中,所以我认为与AD的连接是有效的。
但是当我做svn list --username myuser http://tuleap/svnroot/toto时,我得到:
Redirecting to URL 'https://tuleap/svnroot/toto': Authentication realm: <https://tuleap:443> LDAP Subversion Authorization (toto) Password for 'myuser': svn: E175002: Unable to connect to a repository at URL 'https://tuleap/svnroot/toto' svn: E175002: Server sent unexpected return value (500 Internal Server Error) in response to OPTIONS request for 'https://tuleap/svnroot/toto'
我在/var/log/httpd/error_log中找不到任何错误
有什么想法吗?
发布于 2016-01-21 06:40:36
请确保您有适当的访问,以签出代码从回购。如果您有访问权限并获得错误500,请在Windows中导航到%appdata%\subversion\auth\svn.simple
在linux中运行以下命令-
rm ~/..subersion/auth/svn.Simple/*
如果这对你有帮助,请告诉我们。
https://stackoverflow.com/questions/31440807
复制相似问题