Integration for Binary Attributes
celidur opened this issue · 3 comments
celidur commented
We can't create user with a binary attribute like picture, we also can't modify it
inejge commented
You can, by supplying add()
or modify()
with attribute names and values converted to &[u8]
. See #35.
celidur commented
ok thank you I'll try
celidur commented
I've make this:
Mod::Replace(UserAttribute::Picture.as_bytes(), HashSet::from([picture.as_slice()]))
It's defined correctly, but in the attribute, not in the binary attribute in the LDAP.