summaryrefslogtreecommitdiff
path: root/docs/lib
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2011-03-23 12:17:21 -0400
committerEli Collins <elic@assurancetechnologies.com>2011-03-23 12:17:21 -0400
commitda3ef25603c88ef0979a37dd2a55c3a95c4fef79 (patch)
tree1858a675fa188d7fa5b75307e0418b0bbc5362a3 /docs/lib
parent75d476686d15e08efa2686d51efe6c5d511504cb (diff)
downloadpasslib-da3ef25603c88ef0979a37dd2a55c3a95c4fef79.tar.gz
ldap_plaintext: replaces ldap_cleartext, has proper behavior (using slappasswd as reference)
Diffstat (limited to 'docs/lib')
-rw-r--r--docs/lib/passlib.hash.ldap_digests.rst12
1 files changed, 4 insertions, 8 deletions
diff --git a/docs/lib/passlib.hash.ldap_digests.rst b/docs/lib/passlib.hash.ldap_digests.rst
index a0730b7..103129e 100644
--- a/docs/lib/passlib.hash.ldap_digests.rst
+++ b/docs/lib/passlib.hash.ldap_digests.rst
@@ -6,9 +6,9 @@
PassLib provides support for a most of the hashes
used by LDAP, as stored in the :rfc:`2307` format.
-This includes ``{MD5}``, ``{SMD5}``, ``{SHA}``, ``{SSHA}``, and ``{CLEARTEXT}``.
-Many of these schemes (in particular ``{CLEARTEXT}``, ``{MD5}``, and ``{SHA}``)
-are very insecure, and should not be used except when required.
+This includes ``{MD5}``, ``{SMD5}``, ``{SHA}``, ``{SSHA}``.
+Many of these schemes are somewhat to very insecure,
+and should not be used except when required.
.. note::
@@ -43,7 +43,7 @@ Interface
.. autoclass:: ldap_salted_md5()
.. autoclass:: ldap_sha1()
.. autoclass:: ldap_salted_sha1()
-.. autoclass:: ldap_cleartext()
+.. autoclass:: ldap_plaintext()
.. rst-class:: html-toggle
@@ -89,10 +89,6 @@ ldap_salted_sha1
After decoding, this results in a raw salt string ``lS\x93I``,
and a raw SHA1 checksum of ``\xa4\xaa\xa46\xbdm\xab|-B\xa9>Q\xc3\xf2\x03q\xe7\x03c``.
-ldap_cleartext
-
- This hash has the format :samp:`{{CLEARTEXT}}{password}`.
-
References
==========