Changeset

3107:6d576a66ca63

util.sasl.scram: Adjusting authentication backend name to conform with the style already used by the plain module.
author Tobias Markmann <tm@ayena.de>
date Sun, 28 Feb 2010 22:58:43 +0100
parents 3106:f4341cac3ae1
children 3115:4c35ef27d868
files util/sasl/scram.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/util/sasl/scram.lua	Sat May 22 20:51:01 2010 +0200
+++ b/util/sasl/scram.lua	Sun Feb 28 22:58:43 2010 +0100
@@ -212,4 +212,4 @@
 	registerSCRAMMechanism("SHA-1", sha1, hmac_sha1);
 end
 
-return _M;
\ No newline at end of file
+return _M;