summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Zuna <pzuna@redhat.com>2010-02-17 15:48:06 +0100
committerRob Crittenden <rcritten@redhat.com>2010-02-17 10:56:08 -0500
commit3785ec49ab9de73b7569e6acc9a06fa0a210327e (patch)
tree3364ccf566acf08f44377bc8178000bf7744b2ba
parent03967f62e9787b27d7f91684ec76c688529ff5bd (diff)
downloadfreeipa-3785ec49ab9de73b7569e6acc9a06fa0a210327e.tar.gz
freeipa-3785ec49ab9de73b7569e6acc9a06fa0a210327e.tar.xz
freeipa-3785ec49ab9de73b7569e6acc9a06fa0a210327e.zip
Convert integer and boolean values to unicode, don't leave them as str.
-rw-r--r--ipaserver/plugins/ldap2.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipaserver/plugins/ldap2.py b/ipaserver/plugins/ldap2.py
index fa9260361..a026f0eab 100644
--- a/ipaserver/plugins/ldap2.py
+++ b/ipaserver/plugins/ldap2.py
@@ -151,12 +151,10 @@ class ldap2(CrudBackend, Encoder):
'1.3.6.1.4.1.1466.115.121.1.1': str, # ACI item
'1.3.6.1.4.1.1466.115.121.1.4': str, # Audio
'1.3.6.1.4.1.1466.115.121.1.5': str, # Binary
- '1.3.6.1.4.1.1466.115.121.1.7': str, # Boolean
'1.3.6.1.4.1.1466.115.121.1.8': str, # Certificate
'1.3.6.1.4.1.1466.115.121.1.9': str, # Certificate List
'1.3.6.1.4.1.1466.115.121.1.10': str, # Certificate Pair
'1.3.6.1.4.1.1466.115.121.1.23': str, # Fax
- '1.3.6.1.4.1.1466.115.121.1.27': str, # Integer, might not fit into int
'1.3.6.1.4.1.1466.115.121.1.28': str, # JPEG
'1.3.6.1.4.1.1466.115.121.1.40': str, # OctetString (same as Binary)
'1.3.6.1.4.1.1466.115.121.1.49': str, # Supported Algorithm