Few months ago I have deployed Trac using FCGI auth against MSAD using
the following Apache conf :
{{{
ScriptAlias /trac /var/lib/trac/.deploy/cgi-bin/trac.fcgi
<Location "/trac">
Order allow,deny
Allow from all
AuthType Basic
AuthName "swl"
AuthBasicProvider "ldap"
AuthLDAPURL
"ldap://172.18.2.16:3268/DC=murphy,DC=wtf,DC=com?sAMAccountName?sub?(objectClass=user)"
AuthLDAPBindDN [email protected]
AuthLDAPBindPassword "can_hurt_your_eyes"
require valid-user
</Location>
}}}
It's been working all right since then, but since today morning Trac
issues an «Internal Server Error» and I found the following message in
error.log :
{{{
[Mon Apr 27 09:16:22 2009] [warn] [client 172.18.2.148] [7064]
auth_ldap authenticate: user authentication failed; URI
/trac/newprj/wiki/ [ldap_search_ext_s() for user failed][Invalid
syntax]
}}}
So I'd like to know which is exactly the problem (I mean what's wrong
with the configs ?)
Thnx in advance !
--
Regards,
Olemis.
Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/
Featured article:
Microsoft Magic bugs : ¿Por qué utilizar software libre? -
http://feedproxy.google.com/~r/simelo-es/~3/cXNYovsJJ5s/microsoft-magic-bugs-por-que-utilizar.html
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---