keybuf.append( value.getString() );
}
if ( !modset.add( keybuf.toString() ) && ( mod.getOperation() == ModificationOperation.ADD_ATTRIBUTE ) )
{
throw new LdapAttributeInUseException( "found two copies of the following modification item: " + mod );
}
}
// Get the objectClass attribute.
EntryAttribute objectClass;