Code

Moved fixes to trunk
[gosa.git] / include / class_password-methods-crypt.inc
index 28cda87e04f7bf496a09e19a7343189de7c5cf41..2c979aa9e7188f197850bbf36008c9937a5bd3c6 100644 (file)
@@ -38,6 +38,13 @@ class passwordMethodCrypt extends passwordMethod
   {
     return "{CRYPT}".crypt($pwd, substr(session_id(),0,2));
   }
+
+
+  function get_hash_name()
+  {
+    return "crypt";
+  }
+
 }
 
 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: