On the account manager page: http://trac-hacks.org/wiki/AccountManagerPlugin
under the HttpAuthStore component, there is a reference to ldap.

My question at this point is does it require the ldap extension?
http://trac-hacks.org/wiki/LdapPlugin#Requirements


On Feb 6, 4:46 pm, rupert thurner <[EMAIL PROTECTED]> wrote:
> up to now i was not aware that account manager can tie in any form to
> ldap, or is ther now a "LdapPasswordStore" module to enable?  also
> failed to enable account manager and keeping basic auth, should this
> work?
>
> rupert.
>
> On 7 Feb., 00:23, JoeNMDA <[EMAIL PROTECTED]> wrote:
>
> > I'm such a liar. In my current configuration, trac accepts any login
> > name and password I type in. I missing the last step to make the tie-
> > in to ldap.
>
> > Well, I know Apache2/ldap integration works. With this in httpd.conf,
> > I can authenticate against ldap via the http dialog.
>
> > <Location />
> >   AuthBasicProvider ldap
> >   AuthType Basic
> >   AuthzLDAPAuthoritative on
> >   AuthName "My Server"
> >   AuthLDAPURL ldap://ad-ldapstuff?sAMAccountName?sub?(objectClass=*)
> > NONE
> >   AuthLDAPBindDN "ad-ldapuser"
> >   AuthLDAPBindPassword ad-ldappassword
> >   Require valid-user
> > </Location>
>
> > I will read the docs again - but if someone can point me in the right
> > direction - that would help. :)
>
> > - Joe
--~--~---------~--~----~------------~-------~--~----~
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