We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f2d527 commit 193f76eCopy full SHA for 193f76e
lib/net/ldap/psw.rb
@@ -34,6 +34,8 @@ class Password
34
class << self
35
36
# Generate a password-hash suitable for inclusion in an LDAP attribute.
37
+ # Pass a hash type (currently supported: :md5 and :sha) and a plaintext
38
+ # password. This function will return a hashed representation.
39
# STUB: This is here to fulfill the requirements of an RFC, which one?
40
# TODO, gotta do salted-sha and (maybe) salted-md5.
41
# Should we provide sha1 as a synonym for sha1? I vote no because then
0 commit comments