| | |
| | | certificateAttributeType = configuration.getCertificateAttribute(); |
| | | if (certificateAttributeType == null) |
| | | { |
| | | certificateAttributeType = DirectoryServer.getSchema().getAttributeType(DEFAULT_VALIDATION_CERT_ATTRIBUTE); |
| | | certificateAttributeType = DirectoryServer.getInstance().getServerContext().getSchema().getAttributeType(DEFAULT_VALIDATION_CERT_ATTRIBUTE); |
| | | } |
| | | |
| | | |
| | |
| | | AttributeType newCertificateType = configuration.getCertificateAttribute(); |
| | | if (newCertificateType == null) |
| | | { |
| | | newCertificateType = DirectoryServer.getSchema().getAttributeType(DEFAULT_VALIDATION_CERT_ATTRIBUTE); |
| | | newCertificateType = DirectoryServer.getInstance().getServerContext().getSchema().getAttributeType(DEFAULT_VALIDATION_CERT_ATTRIBUTE); |
| | | } |
| | | |
| | | |