mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-12 09:11:55 -06:00
ipaldap: Remove extraneous long
(included in six.int_types)
Reviewed-By: Tomas Babej <tbabej@redhat.com>
This commit is contained in:
parent
f67155486b
commit
88fc27da52
@ -833,7 +833,7 @@ class LDAPClient(object):
|
||||
return 'TRUE'
|
||||
else:
|
||||
return 'FALSE'
|
||||
elif isinstance(val, (unicode, six.integer_types, long, Decimal, DN)):
|
||||
elif isinstance(val, (unicode, six.integer_types, Decimal, DN)):
|
||||
return value_to_utf8(val)
|
||||
elif isinstance(val, DNSName):
|
||||
return val.to_text()
|
||||
|
Loading…
Reference in New Issue
Block a user