Is there an existing issue for this?
Environment
- OS: Ubuntu 24.04, Docker
- LDAP Server: OpenLDAP
PLA Code
Docker hub
PLA Version
v2.3.11-rel-3c70bc73
Current Behavior
Displaying an entry gives this warning:

Using the regular edit option without actually changing anything still gives the following change screen:
Expected Behavior
Looks like there's code to handle lang- prefixed attribute options/tags - X- prefixed tags should be handled as well. They don't need to support any special rendering, but should be displayed all the same.
Steps To Reproduce
Configure an x- prefixed attribute option in a LDAP server - e.g. for OpenLDAP:
dn: cn=config
changetype: modify
add: olcAttributeOptions
olcAttributeOptions: x-test
An example entry to use the attribute option - "dc=example,dc=com" may need adjustment:
dn: cn=cnvalue,ou=people,dc=example,dc=com
changetype: add
objectClass: Person
cn: cnvalue
sn: sn
sn;x-test-blubb: xtestblubb
Relevant log output
Anything else?
No response
Is there an existing issue for this?
Environment
PLA Code
Docker hub
PLA Version
v2.3.11-rel-3c70bc73
Current Behavior
Displaying an entry gives this warning:

Using the regular edit option without actually changing anything still gives the following change screen:
Expected Behavior
Looks like there's code to handle
lang-prefixed attribute options/tags -X-prefixed tags should be handled as well. They don't need to support any special rendering, but should be displayed all the same.Steps To Reproduce
Configure an
x-prefixed attribute option in a LDAP server - e.g. for OpenLDAP:An example entry to use the attribute option - "dc=example,dc=com" may need adjustment:
Relevant log output
Anything else?
No response