mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipaldap: Remove extraneous long (included in six.int_types)
Reviewed-By: Tomas Babej <tbabej@redhat.com>
This commit is contained in:
committed by
Tomas Babej
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()
|
||||
|
||||
Reference in New Issue
Block a user