From: hickert Date: Tue, 6 May 2008 13:11:38 +0000 (+0000) Subject: updated pwd methods X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=17a6ee311d2d54877912e70507579dd0daaba42f;p=gosa.git updated pwd methods git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10791 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/password-methods/class_password-methods.inc b/gosa-core/include/password-methods/class_password-methods.inc index 2f5c9cf7e..f04d790cb 100644 --- a/gosa-core/include/password-methods/class_password-methods.inc +++ b/gosa-core/include/password-methods/class_password-methods.inc @@ -64,10 +64,12 @@ class passwordMethod $ret['class'][$i]=$class; $ret['is_configurable'][$i]= $cfg; $ret['object'][$i]= $test; + $ret['desc'][$i] = $test->get_description(); $ret[$i]['name'] = $plugname; $ret[$i]['class'] = $class; $ret[$i]['object']= $test; $ret[$i]['is_configurable']= $cfg; + $ret[$i]['desc'] = $test->get_description(); $ret[$plugname]=$class; $i++; } @@ -80,6 +82,12 @@ class passwordMethod } + function get_description() + { + return(""); + } + + // Method to let password backends remove additional information besides // the userPassword attribute function remove_from_parent()