| Author: | Gustavo Narea |
|---|---|
| Version: | 1.0 |
| License: | GNU General Public License v3 |
| Homepage: | http://code.gustavonarea.net/repoze.who.plugins.ldap/ |
repoze.who.plugins.ldap is a Python package that provides LDAP authentication, and related utilities, in WSGI applications via repoze.who. It can be used with any LDAP server and any WSGI framework (or no framework at all).
It provides you with an straightforward solution to enable LDAP support in your applications. Yes, you read well: “straightforward”, “LDAP” and “applications” are in the same sentence. In fact, you may make your application LDAP-aware in few minutes and with few lines of code.
Another great news is that this package is fully documented and provides you with a working and documented demo project.
You can also browse the online API documentation, or generate it by yourself with Epydoc from the root directory of the project:
epydoc --config=docs/epydoc.conf repoze
If you need help, the best place to ask is the repoze project mailing list, because the plugin author is subscribed to this list. You may also use the #repoze IRC channel or Launchpad.net’s answers for quick questions only.
Any patch is welcome, but if you can, please make sure to update the test suite accordingly and also make sure that every test passes. Also, please try to stick to PEPs 8 and 257, as well as use Epydoc fields where applicable.
This plugin was made possible thanks to the people below:
- Chris McDonough, for his guidance throughout the development of the plugin.
Copyright (c) 2008, by Gustavo Narea.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.