util.sasl.scram: Adding documentation on SCRAM authentication backend.

Sun, 28 Feb 2010 22:42:53 +0100

author
Tobias Markmann <tm@ayena.de>
date
Sun, 28 Feb 2010 22:42:53 +0100
changeset 2993
06d06fdd190b
parent 2992
9ce36f7eb24a
child 2994
b8448e181487

util.sasl.scram: Adding documentation on SCRAM authentication backend.

util/sasl/scram.lua file | annotate | diff | comparison | revisions
--- a/util/sasl/scram.lua	Sun Feb 28 22:40:05 2010 +0100
+++ b/util/sasl/scram.lua	Sun Feb 28 22:42:53 2010 +0100
@@ -28,6 +28,16 @@
 
 --=========================
 --SASL SCRAM-SHA-1 according to draft-ietf-sasl-scram-10
+
+--[[
+Supported Authentication Backends
+
+scram-{MECH}:
+	function(username, realm)
+		return salted_password, iteration_count, salt, state;
+	end
+]]
+
 local default_i = 4096
 
 local function bp( b )

mercurial