- join the linux machine to Active Directory using winbind, pam. for ubuntu:
https://help.ubuntu.com/community/ActiveDirectoryWinbindHowto - install apache
- install http://pam.sourceforge.net/mod_auth_pam/ module into apache
- configure trac to do authentication against pam
if it helps, my trac.conf is here:
<Location "/trac-repo">
SetHandler mod_python
PythonHandler trac.web.modpython_frontend
PythonOption TracEnv /repo/TRAC/trac-repo
SetEnv PYTHON_EGG_CACHE /repo/TRAC/trac-repo/cache
</Location>
<Location "/trac-repo/login">
AuthPAM_Enabled On
AuthPAM_FallThrough Off
AuthGROUP_Enabled off
AuthGROUP_FallThrough on
AuthAuthoritative Off
AuthType Basic
AuthName "Active Directory Authentiction."
Require valid-user
</Location>
Cheers!
Akshay
On 10/27/06,
Fabiano Freitas <[EMAIL PROTECTED]> wrote:
Hy all.How I do to integrate Trac login with Active Directory, without LDAP and SSL, just with PAM ?Anybody knows ?Thanks for Advance.Fabiano Freitas
Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular. Registre seu aparelho agora!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---
