Code

Updated class location table.
[gosa.git] / include / class_password-methods-clear.inc
index e4d28e993765bc65fc471baf58f9773503eacac7..89e6c7b9ed02c26751785324091a420fda7b2a7d 100644 (file)
@@ -35,6 +35,13 @@ class passwordMethodClear extends passwordMethod
        {
                return $pwd;       
        }
+
+  
+  function get_hash_name()
+  {
+    return ("clear");
+  }
+
 }
 
 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: