[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: trac + svn



On 6/29/07, Alex Bruno <alexbruno@gmail.com> wrote:
Após instalar e configurar o trac e o svn a autenticação não funciona. Já
pesquisei e vi muitos tutorias, porém a autenticação utilizando o apache não
vai.
Após entrar na página do trac e clickar no login apresenta este erro.

Authentication information not available. Please refer to the installation
documentation.

Já segui alguns tutoriais mas não consigo fazer o login funcionar. Estou
utilizando o python.
Se alguém tiver um bom tutorial ou como resolver essa autenticação no apache
eu agradeço.
Consegui fazer funcionar com autenticação ldap, porém autenticando pelo
apache não.
Sites pesquisados:
http://www.dicas-l.com.br/dicas-l/20050924.php
http://trac.edgewall.org/
Entre outros no google.

Aqui eu uso o trac com autenticação no LDAP pelo apache, adicionei
isso ao <Location "blablabla"></Location>:

AuthType Basic
AuthName "Trac"
AuthLDAPEnabled on
AuthLDAPAuthoritative on
AuthLDAPURL "ldap://ldap/dc=domain,dc=com,dc=br?uid?sub?(objectClass=inetOrgPerson)"
require valid-user

Funciona perfeitamente, inclusive com o plugin LdapGroups.

Como está a configuração do teu Apache para o Trac?

--
Por favor não faça top-posting, coloque a sua resposta abaixo desta linha.
Please don't do top-posting, put your reply below the following line.
--------------------------------------------------------



Reply to: