Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.0-M1, 1.0.0-M2, 1.0.0-M3, 1.0.0-M4, 1.0.0-M5, 1.0.0-M6, 1.0.0-M7, 1.0.0-M8
-
None
Description
At first, I thought the method org.apache.directory.ldap.client.api.LdapConnection.loadSchema() could be used to load the schema of the remote server via the connection.
Instead, it turned out it is loading the default (ApacheDS) schema bundled with API.
Maybe it would be better to rename this method as loadDefaultSchema() to avoid confusion.
Attachments
Issue Links
- is related to
-
DIRAPI-46 Add a generic schema loader which looks for schema elements under the value of the 'subschemaSubentry' of the RootDSE
- Resolved