从Active Directory检索thumbnailPhoto并将其存储在db中

时间:2019-02-25 06:55:05

标签: django ldap

我试图保存从Active Directory中检索到的img并将其显示在django模板上。图像以字节为单位看起来像这样:

  

b'\ xff \ xd8 \ xff \ xe0 \ x00 \ x10JFIF \ x00 \ x01 \ x01 \ x01 \ x00 \x00 \ x00 \ x00 \ xff \ xdb \ x00C \ x00 \ x08 \ x06 \ x06 \ x06 \ x07 \ x06 \ x05 \ x08 \ x07 \ x07 \ x07 \ t。

Views.py:

 obj = {
    ...
    my_image=associate_details['pic'],
    }
associate.append(obj)

ldap.py

'pic':attributes['thumbnailPhoto']

错误:

  / pave_information'bytes'对象上的

AttributeError没有attribute0   '_committed'

0 个答案:

没有答案