summaryrefslogtreecommitdiff
path: root/passlib/apache.py
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2011-06-29 13:57:35 -0400
committerEli Collins <elic@assurancetechnologies.com>2011-06-29 13:57:35 -0400
commit62991573b68a5db0815db0f48532ef967380422e (patch)
treef2801320703c9de2d1bcffc37f8eeb2af086da4e /passlib/apache.py
parent83440e9240061d538c2daed6ec9e38171be66e4f (diff)
downloadpasslib-62991573b68a5db0815db0f48532ef967380422e.tar.gz
updated changelog to include python 3 compat; various other documentation updates
Diffstat (limited to 'passlib/apache.py')
-rw-r--r--passlib/apache.py24
1 files changed, 1 insertions, 23 deletions
diff --git a/passlib/apache.py b/passlib/apache.py
index 411e346..55786e1 100644
--- a/passlib/apache.py
+++ b/passlib/apache.py
@@ -1,26 +1,4 @@
-"""passlib.apache - apache password support
-
-.. todo::
-
- support htpasswd context
-
- needs ldap_sha1 support
- detect when crypt should be used, and what ones.
-
-.. todo::
- support htdigest context
-
-.. todo::
-
- support reading / writing htpasswd & htdigest files using this module.
-
- references -
- http://httpd.apache.org/docs/2.2/misc/password_encryptions.html
- http://httpd.apache.org/docs/2.0/programs/htpasswd.html
-
- NOTE: htdigest format is md5(user ":" realm ":" passwd).hexdigest()
- file format is "user:realm:hash"
-"""
+"""passlib.apache - apache password support"""
#=========================================================
#imports
#=========================================================