Fix the jpegPhoto Attribute in OpenLDAP

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ก.ย. 2024
  • Tired of having to recreate users from scratch to update their LDAP photo? Been bashing your head against the wall for years trying to find a fix? Well, here it is!
    Step-by-step instructions can be found at the wiki:
    wiki.nabasny.c...

ความคิดเห็น • 2

  • @HidaN-hg3hb
    @HidaN-hg3hb 4 หลายเดือนก่อน

    My problem is openldap passing jpegphoto value to sql backend in binary form. So it cant passed to sql. How to solve it?

    • @diyslaps
      @diyslaps  2 หลายเดือนก่อน

      I've never used the sql backend, but in the default bdb backend the jpegPhoto is passed as a binary object too. You should be able to store binary objects in SQL as well. Sorry I don't have better advice than that. Good luck for your environment!