mirror of
https://github.com/kakwa/ldapcherry
synced 2025-01-18 09:27:21 +01:00
fix crash due to encoding in python 2
This commit is contained in:
parent
d831b09293
commit
882a303474
@ -267,7 +267,7 @@ class Backend(ldapcherry.backend.Backend):
|
||||
"with filter '%(filter)s' in DN '%(dn)s'" % {
|
||||
'backend': self.backend_name,
|
||||
'dn': basedn,
|
||||
'filter': searchfilter
|
||||
'filter': self._uni(searchfilter)
|
||||
}
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user