Changes between Initial Version and Version 1 of LdapAuthStorePlugin


Ignore:
Timestamp:
Sep 28, 2009, 1:27:37 PM (15 years ago)
Author:
Jeff Hammel
Comment:

New hack LdapAuthStorePlugin, created by k0s

Legend:

Unmodified
Added
Removed
Modified
  • LdapAuthStorePlugin

    v1 v1  
     1= plugin from #1147 =
     2
     3== Description ==
     4
     5at the suggestion from http://trac-hacks.org/ticket/1147#comment:26 , I am posting the plugin from ticket:1147 as a standalone hack.  I have pretty much taken the [http://trac-hacks.org/attachment/ticket/1147/ldap_store.3.py ldap_store.3.py] file verbatim (with a few fixes) and packaged it up.  It is syntactically correct, however, it does not work on my system as is (I think) for my purposes, as it cannot connect to the LDAP server.
     6
     7'''Note:''' I know very little about LDAP and do not desire to maintain this plugin.  If someone wants to take it over, please contact me.  I developed this plugin in the course of trying to sort out the insanity on #1147 in using LDAP for my job.  It does work for me, as best I can tell, which may or may not be the fault of the plugin.  I only have one LDAP server to test with and am less interested in debugging this plugin right now vs getting something working.  For my actual solution, I will probably fork http://pypi.python.org/pypi/TracLDAPAuth/ as this almost works, but needs TLS
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for LdapAuthStorePlugin are
     12[report:9?COMPONENT=LdapAuthStorePlugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=LdapAuthStorePlugin&owner=k0s new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:ldapauthstoreplugin here].
     20
     21== Source ==
     22
     23You can check out LdapAuthStorePlugin from [http://trac-hacks.org/svn/ldapauthstoreplugin here] using Subversion, or [source:ldapauthstoreplugin browse the source] with Trac.
     24
     25== Example ==
     26
     27I don't know, but I have to type something here or trac-hacks will yell at me.
     28
     29== Recent Changes ==
     30
     31[[ChangeLog(ldapauthstoreplugin, 3)]]
     32
     33== Author/Contributors ==
     34
     35'''Author:''' [wiki:k0s] [[BR]]
     36'''Contributors:'''