FIX try to administer this server as a Remote Server that it doesn't
pick up any of my schema changes
https://github.com/OpenIdentityPlatform/OpenDJ/issues/16
| | |
| | | ATTR_LDAP_SYNTAXES, ATTR_ATTRIBUTE_TYPES, ATTR_OBJECTCLASSES); |
| | | final SearchResultEntry entry = connWrapper.getConnection().searchSingleEntry(request); |
| | | removeNonOpenDjOrOpenDsSyntaxes(entry); |
| | | //schemaBuilder.addSchema(entry, true); |
| | | new SchemaBuilder(getBaseSchema()).addSchema(entry, true); |
| | | |
| | | return buildSchema(schemaBuilder); |
| | | return buildSchema(schemaBuilder); |
| | | |
| | | } |
| | | |