diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-06-29 13:57:35 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-06-29 13:57:35 -0400 |
| commit | 62991573b68a5db0815db0f48532ef967380422e (patch) | |
| tree | f2801320703c9de2d1bcffc37f8eeb2af086da4e /passlib/apache.py | |
| parent | 83440e9240061d538c2daed6ec9e38171be66e4f (diff) | |
| download | passlib-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.py | 24 |
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 #========================================================= |
