Hi, I am trying to use LDAP for SCM hosting on my server, following the guide I found here: http://allura.sourceforge.net/scm_host.html. During the process, everything worked fine, but when I try to register a new user, I get an "internal server error" and the log shows "SERVER_DOWN {'desc': "Can't contact LDAP server"}". The exception raises from the module Allura/lib/plugin.py at line 227, when it tries to contact the LDAP server. Please, could you help me?
Simo. 2012/10/13 Simone Gatti <[email protected]> > Thank you Dave! I have solved my trouble!! > > > 2012/10/11 Dave Brondsema <[email protected]> > >> On 10/8/12 3:29 AM, Simone Gatti wrote: >> > Hi, >> > >> > I have installed Allura on my pc and everything works fine. I have only >> a >> > problem, when I install the SVN application in a project it doesn't >> create >> > the repository and it show costantly the message "Repo status: >> > initializing...". Someone could help me? >> > >> > Simo. >> > >> >> Are you running the "taskd" background process? It does a lot of work, >> including repo initialization. The command to run for it is `paster taskd >> development.ini` >> >> >> -- >> Dave Brondsema : [email protected] >> http://www.brondsema.net : personal >> http://www.splike.com : programming >> <>< >> > >
