// Operational attributes.
if (ocRs.next()) {
for (String attrName : BackendImpl.operationalAttributes) {
byte[] attrValBytes = ocRs.getStringBytes(attrName);
if (ocRs.wasNull()) {
continue;
}
AttributeType attributeType =
DirectoryServer.getAttributeType(
BackendImpl.attrName2LC.get(attrName), true);