Hi there, why was the solution not yet fixed in version 19.2.6-2? Greetings from Stefan Harbich
Am Samstag, 7. September 2019 16:17:00 UTC+2 schrieb Stefan Harbich: > > Hi, > i found the solution. > > /usr/lib/bareos/plugins/BareosFdPluginLDAP.py > Please change Line 152 from old: > IOP.buf = bytearray(self.ldap.ldif) > > to new: > > IOP.buf = bytearray((self.ldap.ldif), 'utf8') > > Greats by Stefan Harbich > > Am Mittwoch, 4. September 2019 14:59:48 UTC+2 schrieb Stefan Harbich: >> >> Hi, >> isn't there a solution to this problem? >> Greats Stefan > > -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/bareos-users/9412143e-e9f1-4440-b5c2-19c817e91de0%40googlegroups.com.
