From 17a6ee311d2d54877912e70507579dd0daaba42f Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 6 May 2008 13:11:38 +0000 Subject: [PATCH] updated pwd methods git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10791 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../include/password-methods/class_password-methods.inc | 8 ++++++++ 1 file changed, 8 insertions(+) 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() -- 2.30.2