Great !

Finally it works !

Thanks you all.

jan de coster escribió:
hi,

don't know if this is a given ... but we use ldap auth for our trac users and we use the following template

-- snip --

        ScriptAlias /[PROJECTNAME] /usr/share/trac/cgi-bin/trac.cgi
        <Location "/[PROJECTNAME]">
         SetEnv TRAC_ENV "/data/trac/[PROJECTNAME]"
         AuthType Basic
         AuthName "the [PROJECTNAME] project"
         AuthBasicProvider ldap
         Order Allow,Deny
         Allow from All
         AuthLDAPURL "ldap://[IP]:389/dc=com,dc=pany"
         AuthzLDAPAuthoritative on
         AuthLDAPGroupAttribute "memberUid"
         Require ldap-group cn=trac_[PROJECTNAME],ou=groups,dc=com,dc=pany
         AuthLDAPGroupAttributeIsDN Off
        </Location>

-- snap --

so when the user is in the group trac_[PROJECTNAME] ... he has access to the project trac

Kind regards,



Rainer Sokoll schreef:
On Thu, Apr 03, 2008 at 05:28:17PM +0200, J. Manuel Velasco - UBILIBET wrote:

  
[EMAIL PROTECTED]:~/intranet/lib/UBILIBET/include/facunica$ ldapsearch -h 
pedralbes.ubilibet.com -x -W -b "dc=ubilibet,dc=com" uid=manou
Enter LDAP Password:
ldap_bind: Invalid credentials (49)
    

You need to bind.
http://trac.edgewall.org/wiki/ActiveDirectory may give you an idea.

  
About the list instead the text box, i didn't find anything. Can you 
give me a link ?
    

"restrict_owner = true" in the [ticket] section of your trac.ini.

Rainer



!DSPAM:6,47f50b6c114682013616834!


  

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---



--

Reply via email to