X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=include%2Fclass_password-methods-ssha.inc;h=34cb303fe8fe75dd7a208b710ce12ec568113b9b;hb=b21c0ebad0d51dba8d8fec81c117b1250bf48323;hp=1f68192726b69a88c148677dd854daed2e4261f3;hpb=2181d07343e665db952e2c4c5ce1e6b911378d26;p=gosa.git diff --git a/include/class_password-methods-ssha.inc b/include/class_password-methods-ssha.inc index 1f6819272..34cb303fe 100644 --- a/include/class_password-methods-ssha.inc +++ b/include/class_password-methods-ssha.inc @@ -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: