On Wed, Jan 10, 2018 at 09:47:41AM +0000, Mike Gabriel wrote: > commit 62bb18d388a419e015062ab8cfa5c32185a21acf [..] > + * etc/gosa/gosa.conf: Support pwreset plugin and schoolmanager plugin by > + default.
While testing the pwreset plugin with Debian Edu Buster, it failed.
I've got it working w/ this patch applied:
--- a/tabs_pwreset.inc 2017-01-11 20:44:03.000000000 +0100
+++ b/tabs_pwreset.inc 2018-01-10 13:58:05.556759356 +0100
@@ -24,7 +24,7 @@
function __construct($config, $data, $dn)
{
- tabs::tabs($config, $data, $dn);
+ tabs::__construct($config, $data, $dn);
}
function save_object($save_current= FALSE)
Please check and upload a fixed gosa-plugin-pwreset package.
Wolfgang
signature.asc
Description: PGP signature

