mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-24 02:14:20 +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…
Reference in New Issue
Block a user