Code

Additional multiple edit checkin.
[gosa.git] / include / class_password-methods-ssha.inc
index 1f68192726b69a88c148677dd854daed2e4261f3..34cb303fe8fe75dd7a208b710ce12ec568113b9b 100644 (file)
@@ -53,6 +53,13 @@ class passwordMethodssha extends passwordMethod
     }
     return $pwd;
   }
+
+
+  function get_hash_name()
+  {
+    return "ssha";
+  }
+
 }
 
 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: