-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.5.0
-
Fix Version/s: 6.0.0.5
-
Component/s: Module - Repository DS
-
Labels:
There is currently a bug in external DJ repo that causes all custom (non-standard) schema attributes to be treated as strings. To properly support additional types we need to specify the schema when creating the LdapConnectionFactory during bundle activation
From Matt:
I've had a chance to look in more detail at how Rest2Ldap uses the schema. In fact, it depends on the schema that is being used by the underlying LdapConnectionFactory. This can be configured when the connection factory is created by setting the DecodeOptions. See CommonLdapOptions#DECODE_OPTIONS. In other words, it's up to the client application to fetch the schema from the server (or from files).
- depends on
-
OPENIDM-12962 Backport OPENIDM-12154: An attempt to use external DS with explicit tables as a repo fails on missing fr-idm-lastPasswordSet
-
- Closed
-
- is a backport of
-
OPENIDM-11689 Specify Schema in External DJ Connection Factory
-
- Closed
-