Bug#889811: gosa-encrypt-password is broken since PHP7.2's php-mcrypt removal

2018-02-28 Thread Benjamin Zapiec
Hello, there are two new commits that should keep the goto plugin alive. https://github.com/gosa-project/gosa-plugins-goto/commit/e7f4515574e7f76612470b0a398252db81dd1501 Therefore the DaemonEvent classes remain available and I reworked the patch for the systems plugin.

Bug#889811: gosa-encrypt-password is broken since PHP7.2's php-mcrypt removal

2018-02-28 Thread Wolfgang Schweer
On Wed, Feb 28, 2018 at 02:24:59PM +0100, Benjamin Zapiec wrote: > the plugin uses gosaSupportDaemon for communication. > This class uses mcrypt extension. That is the reason why > it was removed. > > Using an incompatible openssl implementation is useless > so the only other option is to provide

Bug#889811: gosa-encrypt-password is broken since PHP7.2's php-mcrypt removal

2018-02-28 Thread Wolfgang Schweer
Hi Benjamin, thanks for your work. On Tue, Feb 27, 2018 at 03:18:18PM +0100, Benjamin Zapiec wrote: > Since the password hashing script wasn't the only part of the GOsa² > code that was using the php mcrypt extension i needed to clean up some > more code. [..] >

Bug#889811: gosa-encrypt-password is broken since PHP7.2's php-mcrypt removal

2018-02-27 Thread Benjamin Zapiec
Hello, this specific bug is addressed with the following commit: https://github.com/gosa-project/gosa-core/commit/8a57db04f84337903f7de202e3c897d9b76d9b5f Since the password hashing script wasn't the only part of the GOsa² code that was using the php mcrypt extension i needed to clean up some

Bug#889811: gosa-encrypt-password is broken since PHP7.2's php-mcrypt removal

2018-02-23 Thread Nish Aravamudan
On Thu, 15 Feb 2018 09:33:27 + Mike Gabriel wrote: > Hi, > > On Mi 07 Feb 2018 14:01:53 CET, Holger Levsen wrote: > > > control: affects -1 src:debian-edu > > # thanks for this bug report, Wolfgang! > > I just notified GONICUS about this issue and

Bug#889811: gosa-encrypt-password is broken since PHP7.2's php-mcrypt removal

2018-02-15 Thread Mike Gabriel
Hi, On Mi 07 Feb 2018 14:01:53 CET, Holger Levsen wrote: control: affects -1 src:debian-edu # thanks for this bug report, Wolfgang! I just notified GONICUS about this issue and Benjamin Zapiec said, that they will work on a patch. Mike -- DAS-NETZWERKTEAM mike gabriel, herweg 7, 24357

Bug#889811: gosa-encrypt-password is broken since PHP7.2's php-mcrypt removal

2018-02-07 Thread Holger Levsen
control: affects -1 src:debian-edu # thanks for this bug report, Wolfgang! -- cheers, Holger signature.asc Description: PGP signature

Bug#889811: gosa-encrypt-password is broken since PHP7.2's php-mcrypt removal

2018-02-07 Thread Wolfgang Schweer
Package: gosa Version: 2.7.4+reloaded2-13 Severity: serious User: debian-...@lists.debian.org Usertags: debian-edu Hi, trying to set up a new LDAP in Debian Edu Buster failed because /usr/sbin/gosa-encrypt-passwords is now broken in testing. The encryption uses mcrypt, but php-mcrypt has