X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=include%2Fclass_password-methods-crypt.inc;h=2c979aa9e7188f197850bbf36008c9937a5bd3c6;hb=5ac46e680e92e8e585e88560985ca46d8211a4b8;hp=28cda87e04f7bf496a09e19a7343189de7c5cf41;hpb=2181d07343e665db952e2c4c5ce1e6b911378d26;p=gosa.git diff --git a/include/class_password-methods-crypt.inc b/include/class_password-methods-crypt.inc index 28cda87e0..2c979aa9e 100644 --- a/include/class_password-methods-crypt.inc +++ b/include/class_password-methods-crypt.inc @@ -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: