/usr/lib/python2.7/dist-packages/schooltool.ldap-1.0.2.egg-info/PKG-INFO is in python-schooltool.ldap 1.0.2-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | Metadata-Version: 1.1
Name: schooltool.ldap
Version: 1.0.2
Summary: LDAP authentication plugin for SchoolTool
Home-page: http://www.schooltool.org
Author: SchoolTool Developers
Author-email: schooltool-developers@lists.launchpad.net
License: GPL
Description: Allows users to authenticate to SchoolTool using LDAP.
Deployment
----------
Here is what it takes to get this plugin deployed:
1) schooltool.ldap needs to be in the path (whether as an egg or as
part of a sandbox)
2) you can configure ldap before first start by adding to schooltool.conf::
%import schooltool.ldap
<ldap_authentication>
uri ldap://localhost:389
</ldap_authentication>
3) or through the web from the Server tab.
See http://book.schooltool.org/ldap.html for more information
=======
CHANGES
=======
1.0.2 (2014-02-07)
------------------
- Support non-ascii characters in data coming from LDAP (https://launchpad.net/bugs/1277518)
1.0.1 (2013-12-12)
------------------
- Fix failure to start when example /etc/ldap.conf exists (https://launchpad.net/bugs/1251181)
- Add Dutch and Sinhalese translations.
1.0 (2012-09-21)
----------------
First release.
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Zope
Classifier: Topic :: Education
|