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/1372f1f6-0fa3-4404-8998-55e7cd2e8a6a%40googlegroups.com.
