We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473942a commit 22225baCopy full SHA for 22225ba
README
@@ -1,18 +1,4 @@
1
Ldap user management:
2
requires jinja2, cherrypy 3.2x and ldap-python
3
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
+In the future this could become the backend of c3pb.de's ldap user management.
0 commit comments