/usr/share/doc/python-schooltool.ldap/README.txt 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 | 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
|