[midPoint] LDAP attributes with options (RFC 4520)
Pascal PÉRICHON
pascal.perichon at u-pariscite.fr
Tue Sep 16 11:27:09 CEST 2025
hi,
I have some LDAP attributes with this ugly face :
*supannCmsId;x-mifare-xlsb* (attributeName + ";" + options)
The RFC 4520 call that attributes with options.
Our openLDAP is ready to receive them and I can add LDIF file like that
without any problem:
dn:uid=dupont,ou=people,dc=univ,dc=fr
changetype:modify
add:supannCmsId;x-mifare-xlsb
supannCmsId;x-mifare-xlsb:DEADBEEF000000
-
add:supannCmsId;x-mifare-xmsb
supannCmsId;x-mifare-xmsb:000000EFBEADDE
But I can't handle these LDAP attributes with options in midpoint. I
tried something like:
<resource> <schemaHandling> <objectType> <attribute> <ref>ri:supannCMSId;x-mifare-xlsb</ref>
But I have the error message:
Schema error while processing schemaHandling section of
resource:u75-connecteur-LDAP-UP(LDAP UP): Definition of attribute
supannCMSId;x-mifare-xlsb not found in object class
{http://midpoint.evolveum.com/xml/ns/public/resource/instance-3}inetOrgPerson
as defined in definition of resource:u75-connecteur-LDAP-UP(LDAP UP)
Of course the attribute name in the downloaded schema is "*supannCmsId*"
and not "*supannCmsId;x-mifare-xlsb*", but I need to handle
"supannCmsId;x-mifare-xlsb".
Any Ideas?
Thanks so much.
-------
*Pascal PÉRICHON*
Direction des systèmes d'information et du numérique
Université Paris Cité
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20250916/8bafefcd/attachment.htm>
More information about the midPoint
mailing list