Ticket #5647 (new defect)

Opened 4 years ago

Last modified 7 months ago

ActiveDirectory authentication for Trac

Reported by: ajeetraina Assigned to: anybody
Priority: normal Component: Request-a-Hack
Severity: normal Keywords: Active directory Audit
Cc: Trac Release: 0.11

Description

I have SVN Running and integrated to Trac. As of now, Developers login through WebDAV through password created and authenticated through htpasswd. Now I can see all the projects in Trac. But I want all the users login through Active Directory Server and whenever they log a call one can search the name through Ctrl + K or else method.(whchever preferrable).

Attachments

Change History

09/06/09 00:01:53 changed by rjollos

  • owner set to anybody.
  • component changed from SELECT A HACK to Request-a-Hack.

09/06/09 09:12:04 changed by rjollos

  • summary changed from Trac and Active Directory Server ? to ActiveDirectory authentication for Trac.

Attempting to rename this to something more descriptive of your request.

12/10/09 18:02:56 changed by bobbysmith007

We use apache2 and modldap to achieve this:

   <LocationMatch "(^/$)|(/[^/]+/login)">
       AuthType Basic
 
       # LDAP Authentication & Authorization is final; do not check other databases
       AuthzLDAPAuthoritative on
       AuthBasicProvider ldap
 
       # Active Directory requires an authenticating DN to access records
       AuthLDAPBindDN "<Your bind here>"
       # This is the password for the AuthLDAPBindDN user in Active Directory
       AuthLDAPBindPassword <your pass here>
 
       AuthLDAPURL "<your url here>"

      AuthName "Trac."
      # trac handles authorization we only need to authenticate
      AuthzLDAPAuthoritative Off
      Require valid-user
   </LocationMatch>

06/02/11 08:01:33 changed by johnrockfellerz

  • keywords set to Active directory Audit.

ADAudit Plus is a valuable security tool that will help you be compliant with all the IT regulatory acts. With this tool, you can monitor user activity such as logon, file access, etc. A configurable alert system warns you of potential threats.

http://www.manageengine.com/products/active-directory-audit/


Add/Change #5647 (ActiveDirectory authentication for Trac)




Change Properties
Action