Skip to content

Commit 22225ba

Browse files
committed
update
1 parent 473942a commit 22225ba

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

README

+1-15
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
11
Ldap user management:
22
requires jinja2, cherrypy 3.2x and ldap-python
33

4-
5-
{% ... %} : used to execute statements such as for-loops or assign values
6-
{{ ... }} : prints the result of the expression to the template.
7-
{# ... #} : comment out the content
8-
9-
10-
11-
Authorization:
12-
13-
basic auth against the ldap:
14-
contains two methods to separate /member/ and /admin/ authentication realms
15-
16-
http://docs.cherrypy.org/dev/progguide/extending/customtools.html
17-
18-
http://tools.cherrypy.org/wiki/AuthenticationAndAccessRestrictions
4+
In the future this could become the backend of c3pb.de's ldap user management.

0 commit comments

Comments
 (0)