X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=include%2Fclass_password-methods-md5.inc;h=ea16ce99c9a933378b57461ddb68a05540af9ee5;hb=382443db9d291ebe40f97a94534a0913f7c0a6ef;hp=43b3ec74c5b9811b6ddfe8163ff70ee53268401e;hpb=2181d07343e665db952e2c4c5ce1e6b911378d26;p=gosa.git diff --git a/include/class_password-methods-md5.inc b/include/class_password-methods-md5.inc index 43b3ec74c..ea16ce99c 100644 --- a/include/class_password-methods-md5.inc +++ b/include/class_password-methods-md5.inc @@ -40,6 +40,12 @@ class passwordMethodMd5 extends passwordMethod { return "{MD5}".base64_encode( pack('H*', md5($pwd))); } + + + function get_hash_name() + { + return "md5"; + } } // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: