Not sure what you're really asking for here, but I use LDAP integration
with Apache (built in with 2.2) and have SSO working for both Trac and
SVN, using a couple of different LDAP authorities here.  I have the
pages set up so that there's a /<projectname> root, with
/<projectname>/svn and /<projectname>/trac.  I configure Apache to
protect /<projectname> with LDAP authentication and a list of allowed
users.  It's Basic authentication in Apache, so I force everything to
https, again using Apache authentication.

So, yes, it does prompt for username and password, but it's the same
username and password as used everywhere else.  Good enough for my
purposes....



============================================================
Bruce E. Wilson ([EMAIL PROTECTED]) 
Environmental Sciences Division 
Oak Ridge National Laboratory 
(office) +1-865-574-6651


-----Original Message-----
From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED]
On Behalf Of rupert thurner
Sent: Sunday, November 11, 2007 12:02 AM
To: Trac Users
Subject: [Trac] Re: Single Sign On Authentication


maybe kerberos/gssapi would be a possibility? see
http://www.grolmsnet.de/kerbtut/
...

On Nov 10, 1:20 pm, anhD <[EMAIL PROTECTED]> wrote:
> Hi All,
>      At my work place, we are using SSO for our web applications.  I
> am wondering if any is currently working on any plugin or anything
> that may integrate with this?  Basically, apache will help do the
> authentication.  If everything is successful, the user name is stored
> in a variable in the session.  I want to modify TRAC to use that
> variable as the user login w/o having the need for the password and
> automatically log the user in.
>
> Thanks,
> Doug




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to