summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2cf7ee1)
raw | patch | inline | side by side (parent: 2cf7ee1)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 6 May 2008 13:11:38 +0000 (13:11 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 6 May 2008 13:11:38 +0000 (13:11 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10791 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/password-methods/class_password-methods.inc | patch | blob | history |
diff --git a/gosa-core/include/password-methods/class_password-methods.inc b/gosa-core/include/password-methods/class_password-methods.inc
index 2f5c9cf7e6ccfe3f3c40dae93eef9343a3eebdb1..f04d790cb2ddc40e6f3b06b675d74a8f8cb59216 100644 (file)
$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++;
}
}
+ function get_description()
+ {
+ return("");
+ }
+
+
// Method to let password backends remove additional information besides
// the userPassword attribute
function remove_from_parent()