mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-04 20:37:48 +02:00
fix crash due to encoding in python 2
This commit is contained in:
parent
d831b09293
commit
882a303474
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue